Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/fs/orangefs/
Dxattr.c181 new_op->upcall.req.removexattr.refn = orangefs_inode->refn; in orangefs_inode_removexattr()
187 strcpy(new_op->upcall.req.removexattr.key, name); in orangefs_inode_removexattr()
188 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1; in orangefs_inode_removexattr()
192 (char *)new_op->upcall.req.removexattr.key, in orangefs_inode_removexattr()
193 (int)new_op->upcall.req.removexattr.key_sz); in orangefs_inode_removexattr()
Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
Dorangefs-utils.c71 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
/Linux-v4.19/fs/
Dxattr.c679 removexattr(struct dentry *d, const char __user *name) in removexattr() function
704 error = removexattr(path.dentry, name); in path_removexattr()
715 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
737 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h226 SYSCALL_SPU(removexattr)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S345 ENTRY_SAME(removexattr)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c130 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl208 197 common removexattr __x64_sys_removexattr
Dsyscall_32.tbl249 235 i386 removexattr sys_removexattr __ia32_sys_removexattr
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl208 197 common removexattr __x64_sys_removexattr
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl252 235 common removexattr sys_removexattr
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl244 233 common removexattr sys_removexattr compat_sys_removexattr
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl244 233 common removexattr sys_removexattr compat_sys_removexattr
/Linux-v4.19/Documentation/filesystems/
Dvfs.txt349 removexattr(2) system calls.