Home
last modified time | relevance | path

Searched refs:getxattr (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/fs/orangefs/
Dxattr.c100 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()
Ddowncall.h116 struct orangefs_getxattr_response getxattr; member
Dupcall.h247 struct orangefs_getxattr_request_s getxattr; member
Dorangefs-utils.c62 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
/Linux-v4.19/fs/
Dxattr.c516 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/
Dsystbl.h220 SYSCALL_SPU(getxattr)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S339 ENTRY_SAME(getxattr)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c124 COMPAT_SYSCALL_WRAP4(getxattr, const char __user *, path, const char __user *, name, void __user *,…
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl202 191 common getxattr __x64_sys_getxattr
Dsyscall_32.tbl243 229 i386 getxattr sys_getxattr __ia32_sys_getxattr
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl202 191 common getxattr __x64_sys_getxattr
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl246 229 common getxattr sys_getxattr
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl238 227 common getxattr sys_getxattr compat_sys_getxattr
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl238 227 common getxattr sys_getxattr compat_sys_getxattr
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt137 getxattr, truncate, unlink, rmdir, rename).
/Linux-v4.19/Documentation/filesystems/
Dporting526 ->getxattr() and xattr_handler.get() 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.txt344 This method is called by the getxattr(2) system call.
/Linux-v4.19/Documentation/admin-guide/LSM/
DSmack.rst768 using getxattr(2)::
770 len = getxattr("/", "security.SMACK64", value, sizeof (value));