Home
last modified time | relevance | path

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

/Linux-v5.4/fs/orangefs/
Dxattr.c262 new_op->upcall.req.removexattr.refn = orangefs_inode->refn; in orangefs_inode_removexattr()
268 strcpy(new_op->upcall.req.removexattr.key, name); in orangefs_inode_removexattr()
269 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1; in orangefs_inode_removexattr()
273 (char *)new_op->upcall.req.removexattr.key, in orangefs_inode_removexattr()
274 (int)new_op->upcall.req.removexattr.key_sz); in orangefs_inode_removexattr()
Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
Dorangefs-utils.c72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
/Linux-v5.4/tools/perf/trace/strace/groups/
Dstring48 removexattr
/Linux-v5.4/fs/
Dxattr.c680 removexattr(struct dentry *d, const char __user *name) in removexattr() function
705 error = removexattr(path.dentry, name); in path_removexattr()
716 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
738 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
/Linux-v5.4/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl200 189 n32 removexattr sys_removexattr
Dsyscall_n64.tbl200 189 n64 removexattr sys_removexattr
Dsyscall_o32.tbl247 233 o32 removexattr sys_removexattr
/Linux-v5.4/arch/ia64/kernel/syscalls/
Dsyscall.tbl214 202 common removexattr sys_removexattr
/Linux-v5.4/arch/xtensa/kernel/syscalls/
Dsyscall.tbl82 71 common removexattr sys_removexattr
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl208 197 common removexattr __x64_sys_removexattr
/Linux-v5.4/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-v5.4/arch/m68k/kernel/syscalls/
Dsyscall.tbl242 232 common removexattr sys_removexattr
/Linux-v5.4/arch/sh/kernel/syscalls/
Dsyscall.tbl245 235 common removexattr sys_removexattr
/Linux-v5.4/arch/sparc/kernel/syscalls/
Dsyscall.tbl218 181 common removexattr sys_removexattr
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl244 233 common removexattr sys_removexattr compat_sys_removexattr
/Linux-v5.4/arch/parisc/kernel/syscalls/
Dsyscall.tbl276 247 common removexattr sys_removexattr
/Linux-v5.4/arch/arm/tools/
Dsyscall.tbl252 235 common removexattr sys_removexattr
/Linux-v5.4/arch/microblaze/kernel/syscalls/
Dsyscall.tbl245 235 common removexattr sys_removexattr
/Linux-v5.4/arch/s390/kernel/syscalls/
Dsyscall.tbl244 233 common removexattr sys_removexattr sys_removexattr
/Linux-v5.4/arch/alpha/kernel/syscalls/
Dsyscall.tbl324 391 common removexattr sys_removexattr
/Linux-v5.4/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl272 218 common removexattr sys_removexattr
/Linux-v5.4/arch/powerpc/kernel/syscalls/
Dsyscall.tbl272 218 common removexattr sys_removexattr
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst396 setxattr(2) and removexattr(2) system calls.