Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_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/contrib/libarchive/libarchive/
H A Darchive_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/tests/sys/fs/fusefs/
H A Dmockfs.hh168 fuse_getxattr_in getxattr; member
211 fuse_getxattr_out getxattr; member
H A Dxattr.cc249 SET_OUT_HEADER_LEN(out, getxattr); in TEST_F()
250 out.body.getxattr.size = 99; in TEST_F()
H A Dmockfs.cc657 EXPECT_GE(inlen, fih + sizeof(in.body.getxattr)) << in audit_request()
659 EXPECT_GT(inlen, fih + sizeof(in.body.getxattr)) << in audit_request()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_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/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c805 .getxattr = generic_getxattr,
851 .getxattr = generic_getxattr,
887 .getxattr = generic_getxattr,
898 .getxattr = generic_getxattr,
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2754 size = getxattr(path, name, NULL, 0, 0, XATTR_NOFOLLOW); in getXattr()
2767 size = getxattr(path, name, value, size, 0, XATTR_NOFOLLOW); in getXattr()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1089 PRE_SYSCALL(getxattr)
1097 POST_SYSCALL(getxattr)
H A Dsanitizer_syscalls_netbsd.inc2748 PRE_SYSCALL(getxattr)(void *path_, void *name_, void *value_, long long size_) {
2754 POST_SYSCALL(getxattr)
H A Dsanitizer_common_interceptors.inc5556 INTERCEPTOR(SSIZE_T, getxattr, const char *path, const char *name, char *value,
5559 COMMON_INTERCEPTOR_ENTER(ctx, getxattr, path, name, value, size);
5565 SSIZE_T res = REAL(getxattr)(path, name, value, size);
5595 COMMON_INTERCEPT_FUNCTION(getxattr); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1988 fun:getxattr=uninstrumented