Searched refs:getxattr (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/fs/orangefs/ |
D | xattr.c | 100 new_op->upcall.req.getxattr.refn = orangefs_inode->refn; in orangefs_inode_getxattr() 101 strcpy(new_op->upcall.req.getxattr.key, name); in orangefs_inode_getxattr() 108 new_op->upcall.req.getxattr.key_sz = strlen(name) + 1; in orangefs_inode_getxattr() 119 (char *)new_op->upcall.req.getxattr.key); in orangefs_inode_getxattr() 127 length = new_op->downcall.resp.getxattr.val_sz; in orangefs_inode_getxattr() 145 memcpy(buffer, new_op->downcall.resp.getxattr.val, length); in orangefs_inode_getxattr() 152 upcall.req.getxattr.key, in orangefs_inode_getxattr() 154 upcall.req.getxattr.key_sz, in orangefs_inode_getxattr()
|
D | downcall.h | 116 struct orangefs_getxattr_response getxattr; member
|
D | upcall.h | 247 struct orangefs_getxattr_request_s getxattr; member
|
D | orangefs-utils.c | 62 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
|
/Linux-v4.19/fs/ |
D | xattr.c | 516 getxattr(struct dentry *d, const char __user *name, void __user *value, in getxattr() function 565 error = getxattr(path.dentry, name, value, size); in path_getxattr() 574 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument 595 error = getxattr(f.file->f_path.dentry, name, value, size); in SYSCALL_DEFINE4()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 220 SYSCALL_SPU(getxattr)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 339 ENTRY_SAME(getxattr)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 124 COMPAT_SYSCALL_WRAP4(getxattr, const char __user *, path, const char __user *, name, void __user *,…
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 202 191 common getxattr __x64_sys_getxattr
|
D | syscall_32.tbl | 243 229 i386 getxattr sys_getxattr __ia32_sys_getxattr
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 202 191 common getxattr __x64_sys_getxattr
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 246 229 common getxattr sys_getxattr
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 238 227 common getxattr sys_getxattr compat_sys_getxattr
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 238 227 common getxattr sys_getxattr compat_sys_getxattr
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | object.txt | 137 getxattr, truncate, unlink, rmdir, rename).
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 526 ->getxattr() and xattr_handler.get() 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 | 344 This method is called by the getxattr(2) system call.
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 768 using getxattr(2):: 770 len = getxattr("/", "security.SMACK64", value, sizeof (value));
|