removexattr        72 fs/orangefs/orangefs-utils.c 			fsid = op->upcall.req.removexattr.refn.fs_id;
removexattr       250 fs/orangefs/upcall.h 		struct orangefs_removexattr_request_s removexattr;
removexattr       262 fs/orangefs/xattr.c 	new_op->upcall.req.removexattr.refn = orangefs_inode->refn;
removexattr       268 fs/orangefs/xattr.c 	strcpy(new_op->upcall.req.removexattr.key, name);
removexattr       269 fs/orangefs/xattr.c 	new_op->upcall.req.removexattr.key_sz = strlen(name) + 1;
removexattr       273 fs/orangefs/xattr.c 		     (char *)new_op->upcall.req.removexattr.key,
removexattr       274 fs/orangefs/xattr.c 		     (int)new_op->upcall.req.removexattr.key_sz);
removexattr       705 fs/xattr.c     		error = removexattr(path.dentry, name);
removexattr       716 fs/xattr.c     SYSCALL_DEFINE2(removexattr, const char __user *, pathname,
removexattr       738 fs/xattr.c     		error = removexattr(f.file->f_path.dentry, name);