Home
last modified time | relevance | path

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

/Linux-v4.19/fs/orangefs/
Dxattr.c261 new_op->upcall.req.setxattr.refn = orangefs_inode->refn; in orangefs_inode_setxattr()
262 new_op->upcall.req.setxattr.flags = internal_flag; in orangefs_inode_setxattr()
268 strcpy(new_op->upcall.req.setxattr.keyval.key, name); in orangefs_inode_setxattr()
269 new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1; in orangefs_inode_setxattr()
270 memcpy(new_op->upcall.req.setxattr.keyval.val, value, size); in orangefs_inode_setxattr()
271 new_op->upcall.req.setxattr.keyval.val_sz = size; in orangefs_inode_setxattr()
276 (char *)new_op->upcall.req.setxattr.keyval.key, in orangefs_inode_setxattr()
277 (int)new_op->upcall.req.setxattr.keyval.key_sz, in orangefs_inode_setxattr()
Dupcall.h248 struct orangefs_setxattr_request_s setxattr; member
Dorangefs-utils.c65 fsid = op->upcall.req.setxattr.refn.fs_id; in fsid_of_op()
/Linux-v4.19/fs/
Dxattr.c413 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() function
469 error = setxattr(path.dentry, name, value, size, flags); in path_setxattr()
480 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
505 error = setxattr(f.file->f_path.dentry, name, value, size, flags); in SYSCALL_DEFINE5()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h217 SYSCALL_SPU(setxattr)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S336 ENTRY_SAME(setxattr)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c120 COMPAT_SYSCALL_WRAP5(setxattr, const char __user *, path, const char __user *, name, const void __u…
/Linux-v4.19/include/linux/ceph/
Dceph_fs.h426 } __attribute__ ((packed)) setxattr; member
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl199 188 common setxattr __x64_sys_setxattr
Dsyscall_32.tbl240 226 i386 setxattr sys_setxattr __ia32_sys_setxattr
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl199 188 common setxattr __x64_sys_setxattr
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl243 226 common setxattr sys_setxattr
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl235 224 common setxattr sys_setxattr compat_sys_setxattr
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl235 224 common setxattr sys_setxattr compat_sys_setxattr
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt136 synchronous, journalled disk accesses (lookup, mkdir, create, setxattr,
/Linux-v4.19/Documentation/filesystems/
Dporting579 ->setxattr() and xattr_handler.set() get dentry and inode passed separately.
583 ->d_instantiate() uses not just ->getxattr() but ->setxattr() as well.
Dfscrypt.rst546 calls such as getxattr() and setxattr() because of the special
Dvfs.txt348 attribute. This method is called by the the setxattr(2) and
/Linux-v4.19/fs/ceph/
Dxattr.c986 req->r_args.setxattr.flags = cpu_to_le32(flags); in ceph_sync_setxattr()
/Linux-v4.19/Documentation/admin-guide/LSM/
DSmack.rst773 process can set the Smack label of a file system object with setxattr(2)::
776 rc = setxattr("/foo", "security.SMACK64", "Rubble", len, 0);