Searched refs:setxattr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_xattr.c | 373 setxattr(struct thread *td, struct setxattr_args *args) in setxattr() function 427 return (setxattr(td, &eargs)); in linux_setxattr() 443 return (setxattr(td, &eargs)); in linux_lsetxattr() 459 return (setxattr(td, &eargs)); in linux_fsetxattr()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | xattr.cc | 117 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 D | mockfs.hh | 188 fuse_setxattr_in setxattr; member
|
| H A D | mockfs.cc | 663 EXPECT_GE(inlen, fih + sizeof(in.body.setxattr)) << in audit_request() 665 EXPECT_GT(inlen, fih + sizeof(in.body.setxattr)) << in audit_request()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | ctime.c | 270 if (setxattr(pfile, "user.x", value, strlen(value), 0) == -1) { in do_xattr()
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-xattr-handler.m4 | 169 .setxattr = generic_setxattr
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1063 PRE_SYSCALL(setxattr) 1073 POST_SYSCALL(setxattr)
|
| H A D | sanitizer_syscalls_netbsd.inc | 2709 PRE_SYSCALL(setxattr) 2716 POST_SYSCALL(setxattr)
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 4546 e = setxattr(archive_entry_pathname(entry), in set_xattrs()
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 2743 if (setxattr(path, name, value, size, 0, XATTR_NOFOLLOW) == 0) in setXattr()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2887 fun:setxattr=uninstrumented
|