Searched refs:removexattr (Results 1 – 25 of 25) sorted by relevance
262 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()
250 struct orangefs_removexattr_request_s removexattr; member
72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
48 removexattr
680 removexattr(struct dentry *d, const char __user *name) in removexattr() function705 error = removexattr(path.dentry, name); in path_removexattr()716 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument738 error = removexattr(f.file->f_path.dentry, name); in SYSCALL_DEFINE2()
200 189 n32 removexattr sys_removexattr
200 189 n64 removexattr sys_removexattr
247 233 o32 removexattr sys_removexattr
214 202 common removexattr sys_removexattr
82 71 common removexattr sys_removexattr
208 197 common removexattr __x64_sys_removexattr
249 235 i386 removexattr sys_removexattr __ia32_sys_removexattr
242 232 common removexattr sys_removexattr
245 235 common removexattr sys_removexattr
218 181 common removexattr sys_removexattr
244 233 common removexattr sys_removexattr compat_sys_removexattr
276 247 common removexattr sys_removexattr
252 235 common removexattr sys_removexattr
244 233 common removexattr sys_removexattr sys_removexattr
324 391 common removexattr sys_removexattr
272 218 common removexattr sys_removexattr
396 setxattr(2) and removexattr(2) system calls.