Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_xattr.c497 setxattr(struct thread *td, struct setxattr_args *args) in setxattr() function
571 return (setxattr(td, &eargs)); in linux_setxattr()
587 return (setxattr(td, &eargs)); in linux_lsetxattr()
603 return (setxattr(td, &eargs)); in linux_fsetxattr()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/test-stream-creation-scripts/
H A Dadd-xattrs.py82 os.setxattr(path, name, value)
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-xattr-handler.m481 .setxattr = generic_setxattr
/freebsd/tests/sys/fs/fusefs/
H A Dxattr.cc117 in.body.setxattr.size == (strlen(value) + 1) && in expect_setxattr_ext()
118 in.body.setxattr.setxattr_flags == 0 && in expect_setxattr_ext()
140 in.body.setxattr.size == (strlen(value) + 1) && in expect_setxattr_7_32()
H A Dmockfs.hh188 fuse_setxattr_in setxattr; member
H A Dmockfs.cc668 EXPECT_GE(inlen, fih + sizeof(in.body.setxattr)) << in audit_request()
670 EXPECT_GT(inlen, fih + sizeof(in.body.setxattr)) << in audit_request()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dctime.c261 if (setxattr(pfile, "user.x", value, strlen(value), 0) == -1) { in do_xattr()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1064 PRE_SYSCALL(setxattr)
1074 POST_SYSCALL(setxattr)
H A Dsanitizer_syscalls_netbsd.inc2709 PRE_SYSCALL(setxattr)
2716 POST_SYSCALL(setxattr)
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c4568 e = setxattr(archive_entry_pathname(entry), in set_xattrs()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2818 if (setxattr(path, name, value, size, 0, XATTR_NOFOLLOW) == 0) in setXattr()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2887 fun:setxattr=uninstrumented