Home
last modified time | relevance | path

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

12

/external/squashfs-tools/squashfs-tools/
Dxattr.c152 static struct xattr_list *next_xattr_list(int *xattr_count, struct xattr_list **xattrs) { in next_xattr_list() argument
154 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() argument
165 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() argument
177 xattrs->type = get_prefix(xattrs, "security.capability"); in set_caps_xattr()
179 xattrs->value = attr_val; in set_caps_xattr()
[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/e2fsprogs/debugfs/
DAndroid.bp38 "xattrs.c",
DMakefile.in22 quota.o xattrs.o journal.o revoke.o recovery.o do_journal.o
26 extent_inode.o quota.o xattrs.o
33 $(srcdir)/../misc/create_inode.c $(srcdir)/xattrs.c $(srcdir)/quota.c \
358 xattrs.o: $(srcdir)/xattrs.c $(top_builddir)/lib/config.h \
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
DREADME12 "We should store file xattrs in struct cfent instead of struct cftype,
/external/erofs-utils/
DChangeLog43 - (mkfs.erofs) inline / shared xattrs support;
/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/erofs-utils/lib/
Dinode.c478 char *xattrs = erofs_export_xattr_ibody(&inode->i_xattrs, in erofs_bh_flush_write_inode() local
480 if (IS_ERR(xattrs)) in erofs_bh_flush_write_inode()
483 ret = dev_write(xattrs, off, inode->xattr_isize); in erofs_bh_flush_write_inode()
484 free(xattrs); in erofs_bh_flush_write_inode()
/external/ltp/testcases/kernel/security/integrity/ima/tests/
DREADME.md73 Of course it's possible to install OS usual way, add keys later and fix missing xattrs with:
/external/e2fsprogs/lib/ext2fs/
DMakefile.in26 xattrs.o quota.o tst_libext2fs.o create_inode.o journal.o \
45 $(top_srcdir)/debugfs/xattrs.c \
450 xattrs.o: $(top_srcdir)/debugfs/xattrs.c
1374 xattrs.o: $(top_srcdir)/debugfs/xattrs.c $(top_builddir)/lib/config.h \
/external/e2fsprogs/po/
Dzh_CN.po4240 msgid "while setting xattrs for \"%s\""
4241 msgstr "设置“%s”的 xattrs 时"
Dda.po4203 msgid "while setting xattrs for \"%s\""
4204 msgstr "under angivelse af xattrs for »%s«"
Dpt.po4249 msgid "while setting xattrs for \"%s\""
4250 msgstr "ao definir xattrs para \"%s\""
Dsv.po4270 msgid "while setting xattrs for \"%s\""
4271 msgstr "när xattrs för ”%s” sattes"
Des.po4332 msgid "while setting xattrs for \"%s\""
4333 msgstr "mientras se ponían los xattrs para \"%s\""
Dvi.po4237 msgid "while setting xattrs for \"%s\""
4238 msgstr "trong khi cài đặt xattrs cho \"%s\""
De2fsprogs.pot4092 msgid "while setting xattrs for \"%s\""
Dfi.po4110 msgid "while setting xattrs for \"%s\""
Dsr.po4429 msgid "while setting xattrs for \"%s\""
Duk.po4272 msgid "while setting xattrs for \"%s\""
Dms.po4349 msgid "while setting xattrs for \"%s\""

12