Searched refs:setxattr (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/fs/orangefs/ |
D | xattr.c | 261 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()
|
D | upcall.h | 248 struct orangefs_setxattr_request_s setxattr; member
|
D | orangefs-utils.c | 65 fsid = op->upcall.req.setxattr.refn.fs_id; in fsid_of_op()
|
/Linux-v4.19/fs/ |
D | xattr.c | 413 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/ |
D | systbl.h | 217 SYSCALL_SPU(setxattr)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 336 ENTRY_SAME(setxattr)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 120 COMPAT_SYSCALL_WRAP5(setxattr, const char __user *, path, const char __user *, name, const void __u…
|
/Linux-v4.19/include/linux/ceph/ |
D | ceph_fs.h | 426 } __attribute__ ((packed)) setxattr; member
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 199 188 common setxattr __x64_sys_setxattr
|
D | syscall_32.tbl | 240 226 i386 setxattr sys_setxattr __ia32_sys_setxattr
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 199 188 common setxattr __x64_sys_setxattr
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 243 226 common setxattr sys_setxattr
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 235 224 common setxattr sys_setxattr compat_sys_setxattr
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 235 224 common setxattr sys_setxattr compat_sys_setxattr
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | object.txt | 136 synchronous, journalled disk accesses (lookup, mkdir, create, setxattr,
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 579 ->setxattr() and xattr_handler.set() get dentry and inode passed separately. 583 ->d_instantiate() uses not just ->getxattr() but ->setxattr() as well.
|
D | fscrypt.rst | 546 calls such as getxattr() and setxattr() because of the special
|
D | vfs.txt | 348 attribute. This method is called by the the setxattr(2) and
|
/Linux-v4.19/fs/ceph/ |
D | xattr.c | 986 req->r_args.setxattr.flags = cpu_to_le32(flags); in ceph_sync_setxattr()
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 773 process can set the Smack label of a file system object with setxattr(2):: 776 rc = setxattr("/foo", "security.SMACK64", "Rubble", len, 0);
|