Home
last modified time | relevance | path

Searched refs:getxattr (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/sys/compat/linux/
HDlinux_xattr.c310 getxattr(struct thread *td, struct getxattr_args *args) in getxattr() function
339 return (getxattr(td, &eargs)); in linux_getxattr()
354 return (getxattr(td, &eargs)); in linux_lgetxattr()
369 return (getxattr(td, &eargs)); in linux_fgetxattr()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_read_disk_entry_from_file.c468 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
474 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
476 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
506 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
512 size = getxattr(accpath, name, value, size); in setup_xattr()
514 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/freebsd-14-stable/tests/sys/fs/fusefs/
HDmockfs.hh170 fuse_getxattr_in getxattr; member
213 fuse_getxattr_out getxattr; member
HDxattr.cc249 SET_OUT_HEADER_LEN(out, getxattr); in TEST_F()
250 out.body.getxattr.size = 99; in TEST_F()
HDmockfs.cc660 EXPECT_GE(inlen, fih + sizeof(in.body.getxattr)) << in audit_request()
662 EXPECT_GT(inlen, fih + sizeof(in.body.getxattr)) << in audit_request()
/freebsd-14-stable/contrib/libarchive/libarchive/test/
HDtest_write_disk_hfs_compression.c72 r = getxattr(filename, "com.apple.ResourceFork", NULL, 0, 0, in get_rsrc_footer()
76 r = getxattr(filename, "com.apple.ResourceFork", buff, s, in get_rsrc_footer()
/freebsd-14-stable/contrib/libarchive/test_utils/
HDtest_main.c2768 size = getxattr(path, name, NULL, 0, 0, XATTR_NOFOLLOW); in getXattr()
2781 size = getxattr(path, name, value, size, 0, XATTR_NOFOLLOW); in getXattr()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc1103 PRE_SYSCALL(getxattr)
1111 POST_SYSCALL(getxattr)
HDsanitizer_syscalls_netbsd.inc2748 PRE_SYSCALL(getxattr)(void *path_, void *name_, void *value_, long long size_) {
2754 POST_SYSCALL(getxattr)
HDsanitizer_common_interceptors.inc5567 INTERCEPTOR(SSIZE_T, getxattr, const char *path, const char *name, char *value,
5570 COMMON_INTERCEPTOR_ENTER(ctx, getxattr, path, name, value, size);
5576 SSIZE_T res = REAL(getxattr)(path, name, value, size);
5606 COMMON_INTERCEPT_FUNCTION(getxattr); \
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1988 fun:getxattr=uninstrumented