Home
last modified time | relevance | path

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

123

/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c144 .removexattr = mp_pacl_removexattr,
152 .removexattr = mp_dacl_removexattr,
160 .removexattr = pt_removexattr,
168 .removexattr = notsup_removexattr,
H A D9p-xattr-user.c105 .removexattr = mp_user_removexattr,
113 .removexattr = pt_removexattr,
H A D9p-xattr.h27 int (*removexattr)(FsContext *ctx, member
H A D9p-xattr.c159 return xops->removexattr(ctx, path, name); in v9fs_remove_xattr()
/openbmc/linux/fs/orangefs/
H A 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()
H A Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
H A Dorangefs-utils.c72 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring48 removexattr
/openbmc/linux/fs/
H A Dxattr.c904 removexattr(struct mnt_idmap *idmap, struct dentry *d, const char *name) in removexattr() function
929 error = removexattr(mnt_idmap(path.mnt), path.dentry, kname); in path_removexattr()
940 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
970 error = removexattr(file_mnt_idmap(f.file), in SYSCALL_DEFINE2()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc234 [ 233] = 2, /* removexattr */
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2300 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_decode_removexattr() local
2301 memset(removexattr, 0, sizeof(*removexattr)); in nfsd4_decode_removexattr()
2302 return nfsd4_decode_xattr_name(argp, &removexattr->rmxa_name); in nfsd4_decode_removexattr()
5241 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_encode_removexattr() local
5244 return nfsd4_encode_change_info4(xdr, &removexattr->rmxa_cinfo); in nfsd4_encode_removexattr()
H A Dxdr4.h701 struct nfsd4_removexattr removexattr; member
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl200 189 n64 removexattr sys_removexattr
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl200 189 n64 removexattr sys_removexattr
H A Dsyscall_n32.tbl200 189 n32 removexattr sys_removexattr
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl214 202 common removexattr sys_removexattr
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl200 189 n64 removexattr sys_removexattr
H A Dsyscall_n32.tbl200 189 n32 removexattr sys_removexattr
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl208 197 common removexattr sys_removexattr
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl208 197 common removexattr sys_removexattr
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl82 71 common removexattr sys_removexattr
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl82 71 common removexattr sys_removexattr
/openbmc/qemu/linux-user/riscv/
H A Dsyscall.tbl26 14 common removexattr sys_removexattr
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall.tbl26 14 common removexattr sys_removexattr
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl209 197 common removexattr sys_removexattr

123