Home
last modified time | relevance | path

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

12

/linux-6.15/fs/orangefs/
H A Dxattr.c355 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()
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-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c29 err = setxattr(testfile, name, value, strlen(value) + 1, 0); in test_get_xattr()
91 ASSERT_OK(setxattr(testfile, skel->rodata->xattr_foo, value_foo, strlen(value_foo) + 1, 0), in set_foo()
132 err = setxattr(testfile, skel->rodata->xattr_foo, value_foo, strlen(value_foo) + 1, 0); 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()
/linux-6.15/tools/perf/trace/strace/groups/
H A Dstring54 setxattr
/linux-6.15/fs/nfsd/
H A Dnfs4proc.c2590 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_setxattr() local
2596 ret = nfsd_setxattr(rqstp, &cstate->current_fh, setxattr->setxa_name, in nfsd4_setxattr()
2597 setxattr->setxa_buf, setxattr->setxa_len, in nfsd4_setxattr()
2598 setxattr->setxa_flags); in nfsd4_setxattr()
2601 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()
5565 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_encode_setxattr() local
5568 return nfsd4_encode_change_info4(xdr, &setxattr->setxa_cinfo); in nfsd4_encode_setxattr()
/linux-6.15/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-6.15/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl191 180 n64 setxattr sys_setxattr
/linux-6.15/include/linux/ceph/
H A Dceph_fs.h453 } __attribute__ ((packed)) setxattr; member
/linux-6.15/tools/scripts/
H A Dsyscall.tbl17 5 common setxattr sys_setxattr
/linux-6.15/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl17 5 common setxattr sys_setxattr
/linux-6.15/arch/arm64/tools/
H A Dsyscall_64.tbl17 5 common setxattr sys_setxattr
/linux-6.15/scripts/
H A Dsyscall.tbl17 5 common setxattr sys_setxattr
/linux-6.15/fs/ceph/
H A Dxattr.c1154 req->r_args.setxattr.flags = cpu_to_le32(flags); in ceph_sync_setxattr()
1155 req->r_args.setxattr.osdmap_epoch = in ceph_sync_setxattr()
/linux-6.15/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl200 188 common setxattr sys_setxattr
/linux-6.15/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl267 238 common setxattr sys_setxattr
/linux-6.15/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl233 223 common setxattr sys_setxattr
/linux-6.15/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl236 226 common setxattr sys_setxattr
/linux-6.15/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl79 68 common setxattr sys_setxattr
/linux-6.15/arch/sh/kernel/syscalls/
H A Dsyscall.tbl236 226 common setxattr sys_setxattr
/linux-6.15/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl267 238 common setxattr sys_setxattr
/linux-6.15/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl200 188 common setxattr sys_setxattr

12