Home
last modified time | relevance | path

Searched refs:xattrs (Results 1 – 8 of 8) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c133 struct selabel_handle *sehnd, struct xattr_list **xattrs) in read_xattrs_from_context_file() argument
144 *xattrs = x; in read_xattrs_from_context_file()
151 static int read_xattrs_from_system(char *filename, struct xattr_list **xattrs) in read_xattrs_from_system() argument
251 *xattrs = xattr_list; in read_xattrs_from_system()
328 static struct dupl_id *check_id_dupl(struct xattr_list *xattr_list, int xattrs) in check_id_dupl() argument
335 for(i = 0; i < xattrs; i++) { in check_id_dupl()
345 if (entry->xattrs != xattrs) in check_id_dupl()
348 for(i = 0; i < xattrs; i++) { in check_id_dupl()
359 if(i == xattrs) in check_id_dupl()
368 entry->xattrs = xattrs; in check_id_dupl()
[all …]
Dread_xattrs.c59 static void *xattrs = NULL; variable
228 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()
Dxattr.h56 int xattrs; member
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.124 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 xattrs
76 -no-xattrs
79 -xattrs
86 -no-xattrs don't store extended attributes
87 -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 …]
DREADME-4.3151 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.
/external/squashfs-tools/
DRELEASE-README45 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 xattrs
114 -no-xattrs don't store extended attributes
115 -xattrs store extended attributes (default)
744 -no[-xattrs] don't extract xattrs in file system
745 -x[attrs] extract xattrs in file system (default)
746 -u[ser-xattrs] only extract user xattrs in file system.
747 Enables extracting xattrs
987 The xattr table contains extended attributes for each inode. The xattrs
DCHANGES59 - unsquashfs: add -user-xattrs option to only extract user.xxx xattrs
115 1.1 Add missing NO_XATTR filesystem flag to indicate no-xattrs
116 option was specified and no xattrs should be stored when
/external/selinux/policycoreutils/
DChangeLog1258 * Changed fixfiles to relabel jfs since it now supports security xattrs