HomeSort by relevance Sort by last modified time
    Searched refs:xattr (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/squashfs-tools/squashfs-tools/
xattr.c 22 * xattr.c
45 #include <sys/xattr.h>
57 #include "xattr.h"
73 /* compressed xattr table */
77 /* cached uncompressed xattr data */
81 /* cached uncompressed xattr id table */
85 /* saved compressed xattr table */
88 /* saved cached uncompressed xattr data */
92 /* saved cached uncompressed xattr id table */
95 /* xattr hash table for value duplicate detection *
371 struct xattr_list *xattr = &xattr_list[i]; local
384 struct xattr_list *xattr = &xattr_list[i]; local
588 struct xattr_list *xattr = &xattr_list[i]; local
627 struct xattr_list *xattr = &xattr_list[i]; local
645 struct xattr_list *xattr = &xattr_list[i]; local
    [all...]
read_xattrs.c 26 * Common xattr read code shared between mksquashfs and unsquashfs
46 #include "xattr.h"
114 * construct the xattr_list entry from the fs xattr, including
117 static int read_xattr_entry(struct xattr_list *xattr,
132 xattr->full_name = malloc(len + entry->size + 1);
133 if(xattr->full_name == NULL)
136 memcpy(xattr->full_name, prefix_table[i].prefix, len);
137 memcpy(xattr->full_name + len, name, entry->size);
138 xattr->full_name[len + entry->size] = '\0';
139 xattr->name = xattr->full_name + len
359 long long xattr; local
    [all...]
unsquashfs_xattr.c 26 #include "xattr.h"
28 #include <sys/xattr.h>
40 void write_xattr(char *pathname, unsigned int xattr)
49 if(ignore_xattrs || xattr == SQUASHFS_INVALID_XATTR ||
53 xattr_list = get_xattr(xattr, &count, 1);
74 * disable xattr output as this error is
80 "xattr %s for file %s because "
95 * limits on the amount of xattr
98 * we shouldn't disable xattr ouput,
104 "xattr %s for file %s because "
    [all...]
unsquash-4.c 129 i.xattr = SQUASHFS_INVALID_XATTR;
140 i.xattr = inode->xattr;
160 i.xattr = SQUASHFS_INVALID_XATTR;
180 i.xattr = inode->xattr;
202 inode->symlink_size, &i.xattr, 1);
204 i.xattr = SQUASHFS_INVALID_XATTR;
214 i.xattr = SQUASHFS_INVALID_XATTR;
224 i.xattr = inode->xattr
    [all...]
squashfs_fs.h 124 /* Xattr types */
214 /* xattr id lookup table defines */
337 unsigned int xattr; member in struct:squashfs_lipc_inode_header
360 unsigned int xattr; member in struct:squashfs_ldev_inode_header
402 unsigned int xattr; member in struct:squashfs_lreg_inode_header
433 unsigned int xattr; member in struct:squashfs_ldir_inode_header
480 long long xattr; member in struct:squashfs_xattr_id
unsquashfs.h 101 unsigned int xattr; member in struct:inode
188 unsigned int xattr; member in struct:dir
209 unsigned int xattr; member in struct:squashfs_file
Android.mk 27 xattr.c \
  /external/strace/tests/
xattr-strings.c 6 # include <sys/xattr.h>
  /external/strace/tests-m32/
xattr-strings.c 6 # include <sys/xattr.h>
  /external/strace/tests-mx32/
xattr-strings.c 6 # include <sys/xattr.h>
  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 20 #include <sys/xattr.h>
  /external/ltp/testcases/kernel/fs/acls/
Makefile 34 RESULT := $(call check_header,sys/xattr.h)
acl_link_test.c 7 #include <sys/xattr.h>
acl_file_test.c 7 #include <sys/xattr.h>
  /bionic/libc/bionic/
flistxattr.cpp 31 #include <sys/xattr.h>
fgetxattr.cpp 31 #include <sys/xattr.h>
fsetxattr.cpp 31 #include <sys/xattr.h>
  /external/toybox/lib/
lsm.h 6 #include <sys/xattr.h>
24 #include <linux/xattr.h>
  /external/selinux/libselinux/src/
fsetfilecon.c 6 #include <sys/xattr.h>
lsetfilecon.c 6 #include <sys/xattr.h>
setfilecon.c 6 #include <sys/xattr.h>
  /bionic/libc/include/sys/
xattr.h 32 #include <linux/xattr.h>
  /external/curl/src/
tool_xattr.c 25 # include <sys/xattr.h> /* header from libc, not from libattr */
41 const char *attr; /* name of the xattr */
60 /* loop through all xattr-curlinfo pairs and abort on a set error */
  /external/ltp/testcases/kernel/syscalls/getxattr/
getxattr03.c 42 #include <attr/xattr.h>
90 /* Test for xattr support and set attr value */
99 tst_brkm(TCONF, cleanup, "No xattr support in fs or "
116 tst_brkm(TCONF, NULL, "<attr/xattr.h> does not exist.");
  /external/ltp/testcases/kernel/syscalls/llistxattr/
llistxattr01.c 33 # include <attr/xattr.h>
54 "no xattr support in fs or mounted "
123 TST_TEST_TCONF("<attr/xattr.h> does not exist.");

Completed in 1299 milliseconds

1 2 3 4 5