Searched refs:removexattr (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/fs/orangefs/ |
D | xattr.c | 181 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()
|
D | upcall.h | 250 struct orangefs_removexattr_request_s removexattr; member
|
D | orangefs-utils.c | 71 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
|
/Linux-v4.19/fs/ |
D | xattr.c | 679 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/ |
D | systbl.h | 226 SYSCALL_SPU(removexattr)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 345 ENTRY_SAME(removexattr)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 130 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 208 197 common removexattr __x64_sys_removexattr
|
D | syscall_32.tbl | 249 235 i386 removexattr sys_removexattr __ia32_sys_removexattr
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 208 197 common removexattr __x64_sys_removexattr
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 252 235 common removexattr sys_removexattr
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 244 233 common removexattr sys_removexattr compat_sys_removexattr
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 244 233 common removexattr sys_removexattr compat_sys_removexattr
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 349 removexattr(2) system calls.
|