Home
last modified time | relevance | path

Searched refs:xattr (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/ntfs-3g/libntfs-3g/
H A Dxattrs.c102 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 Dtool_xattr.c33 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 Dtool_xattr.h29 # include <sys/xattr.h> /* header from libc, not from libattr */
/third_party/ntfs-3g/include/ntfs-3g/
H A Dxattrs.h37 #include <sys/xattr.h>
68 enum SYSTEMXATTRS xattr; member
/third_party/f2fs-tools/fsck/
H A Ddump.c15 #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 Dflistxattr.c17 #include <sys/xattr.h>
H A Dfsetxattr.c17 #include <sys/xattr.h>
H A Dfgetxattr.c19 #include <sys/xattr.h>
H A Dfremovexattr.c17 #include <sys/xattr.h>
H A Dgetxattr.c17 #include <sys/xattr.h>
H A Dlremovexattr.c17 #include <sys/xattr.h>
H A Dlsetxattr.c17 #include <sys/xattr.h>
/third_party/libfuse/example/
H A Dpassthrough_ll.c54 #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 Dsetfilecon.c6 #include <sys/xattr.h>
H A Dlsetfilecon.c6 #include <sys/xattr.h>
/third_party/curl/CMake/
H A DCurlTests.c353 #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 Dflistxattr03.c21 # include <sys/xattr.h>
83 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
H A Dflistxattr01.c23 # include <sys/xattr.h>
89 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
/third_party/ltp/testcases/kernel/syscalls/llistxattr/
H A Dllistxattr03.c21 #include <sys/xattr.h>
78 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
/third_party/ltp/testcases/kernel/syscalls/listxattr/
H A Dlistxattr03.c20 # include <sys/xattr.h>
77 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
H A Dlistxattr01.c23 # include <sys/xattr.h>
81 TST_TEST_TCONF("<sys/xattr.h> does not exist.");
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
H A Dfgetxattr03.c24 # 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 Dlinux_getxattr_test.cpp4 #include <sys/xattr.h>
H A Dlinux_setxattr_test.cpp5 #include <sys/xattr.h>
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c1079 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()

Completed in 10 milliseconds

1234