Home
last modified time | relevance | path

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

12

/linux/fs/orangefs/
H A Dxattr.c345 "setxattr on inode %pU, name %s\n", in orangefs_inode_setxattr()
355 new_op->upcall.req.setxattr.refn = orangefs_inode->refn; in orangefs_inode_setxattr()
356 new_op->upcall.req.setxattr.flags = internal_flag; in orangefs_inode_setxattr()
362 strcpy(new_op->upcall.req.setxattr.keyval.key, name); in orangefs_inode_setxattr()
363 new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1; in orangefs_inode_setxattr()
364 memcpy(new_op->upcall.req.setxattr.keyval.val, value, size); in orangefs_inode_setxattr()
365 new_op->upcall.req.setxattr.keyval.val_sz = size; in orangefs_inode_setxattr()
370 (char *)new_op->upcall.req.setxattr.keyval.key, in orangefs_inode_setxattr()
371 (int)new_op->upcall.req.setxattr.keyval.key_sz, in orangefs_inode_setxattr()
481 * Since many dumb programs try to setxattr() o in orangefs_listxattr()
[all...]
H A Dupcall.h248 struct orangefs_setxattr_request_s setxattr; member
H A Dorangefs-utils.c66 fsid = op->upcall.req.setxattr.refn.fs_id; in fsid_of_op()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c29 err = setxattr(testfile, name, value, strlen(value) + 1, 0); in test_get_xattr()
38 if (!ASSERT_OK(err, "setxattr")) in test_get_xattr()
91 ASSERT_OK(setxattr(testfile, skel->rodata->xattr_foo, value_foo, strlen(value_foo) + 1, 0), in set_foo()
92 "setxattr foo"); in set_foo()
132 err = setxattr(testfile, skel->rodata->xattr_foo, value_foo, strlen(value_foo) + 1, 0); in test_set_remove_xattr()
141 if (!ASSERT_OK(err, "setxattr")) in test_set_remove_xattr()
168 /* Second, test _locked version of the kfuncs, with setxattr */ in test_set_remove_xattr()
H A Dverify_pkcs7_sig.c439 ret = setxattr(data_path, "user.sig", sig, size, 0); in add_signature_to_xattr()
440 if (!ASSERT_OK(ret, "setxattr")) in add_signature_to_xattr()
/linux/tools/perf/trace/strace/groups/
H A Dstring54 setxattr
/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c339 return setxattr(cgroup_path, name, value, strlen(value) + 1, 0); in set_cgroup_xattr()
/linux/fs/nfsd/
H A Dnfs4proc.c2597 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_setxattr() local
2603 ret = nfsd_setxattr(rqstp, &cstate->current_fh, setxattr->setxa_name, in nfsd4_setxattr()
2604 setxattr->setxa_buf, setxattr->setxa_len, in nfsd4_setxattr()
2605 setxattr->setxa_flags); in nfsd4_setxattr()
2608 set_change_info(&setxattr->setxa_cinfo, &cstate->current_fh); in nfsd4_setxattr()
H A Dnfs4xdr.c2277 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_decode_setxattr() local
2281 memset(setxattr, 0, sizeof(*setxattr)); in nfsd4_decode_setxattr()
2288 setxattr->setxa_flags = flags; in nfsd4_decode_setxattr()
2290 status = nfsd4_decode_xattr_name(argp, &setxattr->setxa_name); in nfsd4_decode_setxattr()
2302 setxattr->setxa_len = size; in nfsd4_decode_setxattr()
2309 &setxattr->setxa_buf, size); in nfsd4_decode_setxattr()
5582 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_encode_setxattr() local
[all...]
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl191 180 n64 setxattr sys_setxattr
H A Dsyscall_n32.tbl191 180 n32 setxattr sys_setxattr
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl191 180 n64 setxattr sys_setxattr
/linux/include/linux/ceph/
H A Dceph_fs.h382 * Ceph setxattr request flags.
453 } __attribute__ ((packed)) setxattr; member
/linux/scripts/
H A Dsyscall.tbl17 5 common setxattr sys_setxattr
/linux/tools/scripts/
H A Dsyscall.tbl17 5 common setxattr sys_setxattr
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl17 5 common setxattr sys_setxattr
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl17 5 common setxattr sys_setxattr
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl200 188 common setxattr sys_setxattr
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl79 68 common setxattr sys_setxattr
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl236 226 common setxattr sys_setxattr
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl267 238 common setxattr sys_setxattr
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl233 223 common setxattr sys_setxattr
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl200 188 common setxattr sys_setxattr
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl79 68 common setxattr sys_setxattr
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl236 226 common setxattr sys_setxattr

12