| /linux/fs/erofs/ |
| H A D | xattr.c | 258 struct inode *inode, bool getxattr) in erofs_xattr_iter_inline() argument 292 if (getxattr) in erofs_xattr_iter_inline() 296 if ((getxattr && ret != -ENODATA) || (!getxattr && ret)) in erofs_xattr_iter_inline() 305 struct inode *inode, bool getxattr) in erofs_xattr_iter_shared() argument 325 if (getxattr) in erofs_xattr_iter_shared() 329 if ((getxattr && ret != -ENODATA) || (!getxattr && ret)) in erofs_xattr_iter_shared()
|
| /linux/tools/perf/trace/strace/groups/ |
| H A D | string | 20 getxattr
|
| /linux/fs/orangefs/ |
| H A D | downcall.h | 116 struct orangefs_getxattr_response getxattr; member
|
| H A D | upcall.h | 247 struct orangefs_getxattr_request_s getxattr; member
|
| H A D | orangefs-utils.c | 63 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fs_kfuncs.c | 57 err = getxattr(testfile, name, v, sizeof(v)); in test_xattr() 84 err = getxattr(testfile, skel->rodata->xattr_foo, value_out, sizeof(value_out)); in test_fsverity() 85 ASSERT_EQ(err, sizeof(value_foo), "getxattr size foo"); in test_fsverity() 100 err = getxattr(testfile, skel->rodata->xattr_bar, value_out, sizeof(value_out)); in test_fsverity() 101 ASSERT_EQ(err, sizeof(skel->data->value_bar), "getxattr size bar"); in test_fsverity() 111 err = getxattr(testfile, skel->rodata->xattr_bar, value_out, sizeof(value_out)); in test_fsverity() 112 ASSERT_LT(err, 0, "getxattr size bar should fail"); in test_fsverity() 149 /* First, test not _locked version of the kfuncs with getxattr. */ in test_fs_kfuncs()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2383 struct nfsd4_getxattr *getxattr = &u->getxattr; in nfsd4_decode_getxattr() 2387 memset(getxattr, 0, sizeof(*getxattr)); in nfsd4_decode_getxattr() 2388 status = nfsd4_decode_xattr_name(argp, &getxattr->getxa_name); in nfsd4_decode_getxattr() 2395 getxattr->getxa_len = maxcount; in nfsd4_decode_getxattr() 5989 struct nfsd4_getxattr *getxattr = &u->getxattr; in nfsd4_encode_listxattrs() 5997 *p = cpu_to_be32(getxattr->getxa_len); in nfsd4_encode_listxattrs() 5999 if (getxattr in nfsd4_encode_listxattrs() 2382 struct nfsd4_getxattr *getxattr = &u->getxattr; nfsd4_decode_getxattr() local 5905 struct nfsd4_getxattr *getxattr = &u->getxattr; nfsd4_encode_getxattr() local [all...] |
| H A D | nfs4proc.c | 2845 struct nfsd4_getxattr *getxattr = &u->getxattr; in nfsd4_getxattr() 2848 getxattr->getxa_name, &getxattr->getxa_buf, 2849 &getxattr->getxa_len); 2842 struct nfsd4_getxattr *getxattr = &u->getxattr; nfsd4_getxattr() local
|
| H A D | xdr4.h | 903 struct nfsd4_getxattr getxattr; 889 struct nfsd4_getxattr getxattr; global() member
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 194 183 n64 getxattr sys_getxattr
|
| /linux/scripts/ |
| H A D | syscall.tbl | 20 8 common getxattr sys_getxattr
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 20 8 common getxattr sys_getxattr
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 184 227 common getxattr sys_getxattr
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 239 229 common getxattr sys_getxattr
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 80 69 common getxattr sys_getxattr
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 203 191 common getxattr sys_getxattr
|
| H A D | syscall_32.tbl | 244 229 i386 getxattr sys_getxattr
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 209 172 common getxattr sys_getxattr
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 247 229 common getxattr sys_getxattr
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 272 212 common getxattr sys_getxattr
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 778 using getxattr(2):: 780 len = getxattr("/", "security.SMACK64", value, sizeof (value));
|