/third_party/ntfs-3g/libntfs-3g/ |
H A D | xattrs.c | 102 enum SYSTEMXATTRS xattr; member 214 ret = p->xattr; in ntfs_xattr_system_type() 221 ret = q->xattr; in ntfs_xattr_system_type() 273 enum SYSTEMXATTRS xattr; in getmappingitem() local 316 xattr = ntfs_xattr_system_type(ps, in getmappingitem() 318 if (xattr == XATTR_UNMAPPED) in getmappingitem() 326 item->xattr = xattr; in getmappingitem() 331 ntfs_log_early_error("Bad xattr mapping item, aborting\n"); in getmappingitem() 339 * Read xattr mappin [all...] |
/third_party/curl/src/ |
H A D | tool_xattr.c | 33 const char *attr; /* name of the xattr */ 83 static int xattr(int fd, in xattr() function 84 const char *attr, /* name of the xattr */ in xattr() 121 /* loop through all xattr-curlinfo pairs and abort on a set error */ in fwrite_xattr() 126 err = xattr(fd, mappings[i].attr, value); in fwrite_xattr() 133 err = xattr(fd, "user.xdg.origin.url", nurl); in fwrite_xattr()
|
H A D | tool_xattr.h | 29 # include <sys/xattr.h> /* header from libc, not from libattr */
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | xattrs.h | 37 #include <sys/xattr.h> 68 enum SYSTEMXATTRS xattr; member
|
/third_party/f2fs-tools/fsck/ |
H A D | dump.c | 15 #include "xattr.h" 17 #include <attr/xattr.h> 20 #include <linux/xattr.h> 355 void *xattr; in dump_xattr() local 360 xattr = read_all_xattrs(sbi, node_blk); in dump_xattr() 361 if (!xattr) in dump_xattr() 364 list_for_each_xattr(ent, xattr) { in dump_xattr() 386 MSG(0, "Unknown xattr index 0x%x\n", ent->e_name_index); in dump_xattr() 406 MSG(0, "XATTR index 0x%x set xattr failed error %d\n", in dump_xattr() 412 free(xattr); in dump_xattr() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | flistxattr.c | 17 #include <sys/xattr.h>
|
H A D | fsetxattr.c | 17 #include <sys/xattr.h>
|
H A D | fgetxattr.c | 19 #include <sys/xattr.h>
|
H A D | fremovexattr.c | 17 #include <sys/xattr.h>
|
H A D | getxattr.c | 17 #include <sys/xattr.h>
|
H A D | lremovexattr.c | 17 #include <sys/xattr.h>
|
H A D | lsetxattr.c | 17 #include <sys/xattr.h>
|
/third_party/libfuse/example/ |
H A D | passthrough_ll.c | 54 #include <sys/xattr.h> 91 int xattr; member 110 { "xattr", 111 offsetof(struct lo_data, xattr), 1 }, 113 offsetof(struct lo_data, xattr), 0 }, 136 " -o xattr Enable xattr\n" in passthrough_ll_help() 137 " -o no_xattr Disable xattr\n" in passthrough_ll_help() 960 if (!lo_data(req)->xattr) in lo_getxattr() 1010 if (!lo_data(req)->xattr) in lo_listxattr() [all...] |
/third_party/selinux/libselinux/src/ |
H A D | setfilecon.c | 6 #include <sys/xattr.h>
|
H A D | lsetfilecon.c | 6 #include <sys/xattr.h>
|
/third_party/curl/CMake/ |
H A D | CurlTests.c | 353 #include <sys/xattr.h> /* header from libc, not from libattr */ 362 #include <sys/xattr.h> /* header from libc, not from libattr */
|
/third_party/ltp/testcases/kernel/syscalls/flistxattr/ |
H A D | flistxattr03.c | 21 # include <sys/xattr.h> 83 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
|
H A D | flistxattr01.c | 23 # include <sys/xattr.h> 89 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
|
/third_party/ltp/testcases/kernel/syscalls/llistxattr/ |
H A D | llistxattr03.c | 21 #include <sys/xattr.h> 78 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
|
/third_party/ltp/testcases/kernel/syscalls/listxattr/ |
H A D | listxattr03.c | 20 # include <sys/xattr.h> 77 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
|
H A D | listxattr01.c | 23 # include <sys/xattr.h> 81 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
|
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/ |
H A D | fgetxattr03.c | 24 # include <sys/xattr.h> 71 TST_TEST_TCONF("<sys/xattr.h> does not exist");
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_getxattr_test.cpp | 4 #include <sys/xattr.h>
|
H A D | linux_setxattr_test.cpp | 5 #include <sys/xattr.h>
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A 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() 1141 /*fprintf(stderr, "set: fsx_xflags = 0x%x\n", xattr.fsx_xflags); */ 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()
|