Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dxattr.c258 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 Dstring20 getxattr
/linux/fs/orangefs/
H A Ddowncall.h116 struct orangefs_getxattr_response getxattr; member
H A Dupcall.h247 struct orangefs_getxattr_request_s getxattr; member
H A Dorangefs-utils.c63 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c57 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 Dnfs4xdr.c2383 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 Dnfs4proc.c2845 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 Dxdr4.h903 struct nfsd4_getxattr getxattr;
889 struct nfsd4_getxattr getxattr; global() member
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl194 183 n64 getxattr sys_getxattr
/linux/scripts/
H A Dsyscall.tbl20 8 common getxattr sys_getxattr
/linux/tools/scripts/
H A Dsyscall.tbl20 8 common getxattr sys_getxattr
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl184 227 common getxattr sys_getxattr
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl239 229 common getxattr sys_getxattr
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl80 69 common getxattr sys_getxattr
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl203 191 common getxattr sys_getxattr
H A Dsyscall_32.tbl244 229 i386 getxattr sys_getxattr
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl209 172 common getxattr sys_getxattr
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl247 229 common getxattr sys_getxattr
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl272 212 common getxattr sys_getxattr
/linux/Documentation/admin-guide/LSM/
H A DSmack.rst778 using getxattr(2)::
780 len = getxattr("/", "security.SMACK64", value, sizeof (value));