Searched refs:xattrs (Results 1 – 8 of 8) sorted by relevance
152 static struct xattr_list *next_xattr_list(int *xattr_count, struct xattr_list **xattrs) { in next_xattr_list() argument154 x = realloc(*xattrs, ++*xattr_count * sizeof(struct xattr_list)); in next_xattr_list()156 *xattrs = x; in next_xattr_list()161 struct selabel_handle *sehnd, struct xattr_list *xattrs) in read_selinux_xattr_from_sehnd() argument165 xattrs->type = get_prefix(xattrs, "security.selinux"); in read_selinux_xattr_from_sehnd()167 xattrs->value = (void *)attr_val; in read_selinux_xattr_from_sehnd()168 xattrs->vsize = strlen(attr_val); in read_selinux_xattr_from_sehnd()171 static void set_caps_xattr(uint64_t caps, struct xattr_list *xattrs) in set_caps_xattr() argument177 xattrs->type = get_prefix(xattrs, "security.capability"); in set_caps_xattr()179 xattrs->value = attr_val; in set_caps_xattr()[all …]
59 static void *xattrs = NULL; variable228 xattrs = realloc(xattrs, (i + 1) * SQUASHFS_METADATA_SIZE); in read_xattrs_from_disk()229 if(xattrs == NULL) in read_xattrs_from_disk()237 ((unsigned char *) xattrs) + in read_xattrs_from_disk()269 free(xattrs); in read_xattrs_from_disk()324 xptr = xattrs + get_xattr_block(start) + offset; in get_xattr()367 ool_xptr = xattrs + get_xattr_block(start) + offset; in get_xattr()
56 int xattrs; member
24 Extended attributes (xattrs)31 2. Number of xattrs per inode unlimited.39 xattrs can be a complete duplicate of file B, and file B's xattrs76 -no-xattrs79 -xattrs86 -no-xattrs don't store extended attributes87 -xattrs store extended attributes (default)90 by the -no-xattrs option.92 -no-xattrs don't store extended attributes (default)93 -xattrs store extended attributes [all …]
151 1. -u[ser-xattrs]153 Only write user xattrs. This forces Unsquashfs to ignore system xattrs.155 filesystem contains system xattrs which are only writable by root.
45 1.1 Extended attributes (xattrs)52 2. Number of xattrs per inode unlimited.60 xattrs can be a complete duplicate of file B, and file B's xattrs114 -no-xattrs don't store extended attributes115 -xattrs store extended attributes (default)744 -no[-xattrs] don't extract xattrs in file system745 -x[attrs] extract xattrs in file system (default)746 -u[ser-xattrs] only extract user xattrs in file system.747 Enables extracting xattrs987 The xattr table contains extended attributes for each inode. The xattrs
59 - unsquashfs: add -user-xattrs option to only extract user.xxx xattrs115 1.1 Add missing NO_XATTR filesystem flag to indicate no-xattrs116 option was specified and no xattrs should be stored when
1279 * Changed fixfiles to relabel jfs since it now supports security xattrs