/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 129 static int get_prefix(struct xattr_list *xattr, char *name) in get_prefix() argument 133 xattr->full_name = strdup(name); in get_prefix() 137 if(strncmp(xattr->full_name, p->prefix, strlen(p->prefix)) == 0) in get_prefix() 142 xattr->name = xattr->full_name + strlen(prefix_table[i].prefix); in get_prefix() 143 xattr->size = strlen(xattr->name); in get_prefix() 300 static int get_xattr_size(struct xattr_list *xattr) in get_xattr_size() argument 303 sizeof(struct squashfs_xattr_val) + xattr->size; in get_xattr_size() 305 if(xattr->type & XATTR_VALUE_OOL) in get_xattr_size() 308 size += xattr->vsize; in get_xattr_size() 371 struct xattr_list *xattr = &xattr_list[i]; in check_id_dupl() local [all …]
|
D | read_xattrs.c | 117 static int read_xattr_entry(struct xattr_list *xattr, in read_xattr_entry() argument 132 xattr->full_name = malloc(len + entry->size + 1); in read_xattr_entry() 133 if(xattr->full_name == NULL) in read_xattr_entry() 136 memcpy(xattr->full_name, prefix_table[i].prefix, len); in read_xattr_entry() 137 memcpy(xattr->full_name + len, name, entry->size); in read_xattr_entry() 138 xattr->full_name[len + entry->size] = '\0'; in read_xattr_entry() 139 xattr->name = xattr->full_name + len; in read_xattr_entry() 140 xattr->size = entry->size; in read_xattr_entry() 141 xattr->type = type; in read_xattr_entry() 322 start = SQUASHFS_XATTR_BLK(xattr_ids[i].xattr) + xattr_table_start; in get_xattr() [all …]
|
D | unsquash-4.c | 129 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_4() 140 i.xattr = inode->xattr; in read_inode_4() 160 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_4() 180 i.xattr = inode->xattr; in read_inode_4() 202 inode->symlink_size, &i.xattr, 1); in read_inode_4() 204 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_4() 214 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_4() 224 i.xattr = inode->xattr; in read_inode_4() 230 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_4() 239 i.xattr = inode->xattr; in read_inode_4() [all …]
|
D | unsquashfs_xattr.c | 40 void write_xattr(char *pathname, unsigned int xattr) in write_xattr() argument 49 if(ignore_xattrs || xattr == SQUASHFS_INVALID_XATTR || in write_xattr() 53 xattr_list = get_xattr(xattr, &count, 1); in write_xattr()
|
D | squashfs_fs.h | 337 unsigned int xattr; member 360 unsigned int xattr; member 402 unsigned int xattr; member 433 unsigned int xattr; member 480 long long xattr; member
|
D | unsquashfs.h | 101 unsigned int xattr; member 188 unsigned int xattr; member 209 unsigned int xattr; member
|
D | unsquash-1.c | 105 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_1() 232 dir->xattr = (*i)->xattr; in squashfs_opendir_1()
|
D | unsquash-3.c | 137 i.xattr = SQUASHFS_INVALID_XATTR; in read_inode_3() 309 dir->xattr = (*i)->xattr; in squashfs_opendir_3()
|
D | squashfs_swap.h | 100 SWAP_FUNC(32, s, d, xattr, struct squashfs_lipc_inode_header);\ 123 SWAP_FUNC(32, s, d, xattr, struct squashfs_ldev_inode_header);\ 163 SWAP_FUNC(32, s, d, xattr, struct squashfs_lreg_inode_header);\ 193 SWAP_FUNC(32, s, d, xattr, struct squashfs_ldir_inode_header);\ 224 SWAP_FUNC(64, s, d, xattr, struct squashfs_xattr_id);\
|
D | Android.mk | 27 xattr.c \
|
D | xattr.h | 113 static inline void write_xattr(char *pathname, unsigned int xattr) in write_xattr() argument
|
D | unsquashfs.c | 825 unsigned int xattr, unsigned int set_mode) in set_attributes() argument 829 write_xattr(pathname, xattr); in set_attributes() 977 file->xattr = inode->xattr; in queue_file() 994 file->xattr = dir->xattr; in queue_dir() 1109 write_xattr(pathname, i->xattr); in create_inode() 1142 i->gid, i->time, i->xattr, TRUE); in create_inode() 1165 i->time, i->xattr, TRUE); in create_inode() 2017 file->gid, file->time, file->xattr, TRUE); in writer() 2087 file->gid, file->time, file->xattr, force); in writer()
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.1 | 30 1. Layout can store up to 2^48 bytes of compressed xattr data. 32 3. Total size of xattr data per inode 2^48 bytes of compressed data. 33 4. Up to 4 Gbytes of data per xattr value. 34 5. Inline and out-of-line xattr values supported for higher performance 35 in xattr scanning (listxattr & getxattr), and to allow xattr value 37 6. Both whole inode xattr duplicate detection and individual xattr value
|
/external/selinux/libsepol/cil/test/integration_testing/ |
D | nonmls.cil | 19 ;(fsuse xattr ext3 con) 20 ;(fsuse xattr ext3 con_anon_l)
|
D | mls_policy.cil | 43 (fsuse xattr ext3 con) 44 (fsuse xattr ext3 con_anon_l)
|
/external/e2fsprogs/tests/f_zero_xattr/ |
D | name | 1 zero length extended attribute in in-inode xattr
|
/external/ltp/testcases/kernel/fs/acls/ |
D | Makefile | 34 RESULT := $(call check_header,sys/xattr.h)
|
/external/squashfs-tools/ |
D | RELEASE-README | 51 1. Layout can store up to 2^48 bytes of compressed xattr data. 53 3. Total size of xattr data per inode 2^48 bytes of compressed data. 54 4. Up to 4 Gbytes of data per xattr value. 55 5. Inline and out-of-line xattr values supported for higher performance 56 in xattr scanning (listxattr & getxattr), and to allow xattr value 58 6. Both whole inode xattr duplicate detection and individual xattr value 863 | xattr | 870 fragment, export, uid/gid lookup and xattr tables are written. 987 The xattr table contains extended attributes for each inode. The xattrs 989 name and value field. The type field encodes the xattr prefix [all …]
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs.h | 315 __le32 xattr; member 346 __le32 xattr; member
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 314 __le32 xattr; member 345 __le32 xattr; member
|
/external/strace/tests-mx32/ |
D | Makefile.am | 436 xattr \ program 437 xattr-strings \ 826 xattr-strings.test \ 827 xattr.test \
|
/external/strace/tests/ |
D | Makefile.am | 436 xattr \ program 437 xattr-strings \ 826 xattr-strings.test \ 827 xattr.test \
|
/external/strace/tests-m32/ |
D | Makefile.am | 436 xattr \ program 437 xattr-strings \ 826 xattr-strings.test \ 827 xattr.test \
|
/external/ltp/testcases/kernel/fs/doio/ |
D | iogen.c | 1079 struct fsxattr xattr; in create_file() local 1139 memset(&xattr, 0x00, sizeof(xattr)); in create_file() 1140 xattr.fsx_xflags = XFS_XFLAG_REALTIME; in create_file() 1142 if (fcntl(fd, F_FSSETXATTR, &xattr) == -1) { in create_file() 1150 if (fcntl(fd, F_FSGETXATTR, &xattr) == -1) { in create_file() 1158 xattr.fsx_xflags); in create_file()
|
/external/libcap-ng/libcap-ng-0.7/ |
D | configure.ac | 55 AC_CHECK_HEADERS(attr/xattr.h, [], [AC_MSG_WARN(attr/xattr.h not found, disabling file system capab…
|