/third_party/musl/src/linux/ |
H A D | xattr.c | 49 int removexattr(const char *path, const char *name) in removexattr() function
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 249 int (*removexattr) (const char *, const char *); member
|
H A D | fuse_lowlevel.h | 684 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
|
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 777 removexattr(struct dentry *d, const char __user *name) in removexattr() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | xattr.c | 903 removexattr(struct mnt_idmap *idmap, struct dentry *d, in removexattr() function
|
/third_party/libfuse/include/ |
H A D | fuse.h | 554 int (*removexattr) (const char *, const char *); member
|
H A D | fuse_lowlevel.h | 910 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | upcall.h | 250 struct orangefs_removexattr_request_s removexattr; member
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | upcall.h | 250 struct orangefs_removexattr_request_s removexattr; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4proc.c | 2139 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_removexattr() local
|
H A D | nfs4xdr.c | 2078 nfsd4_decode_removexattr(struct nfsd4_compoundargs *argp, struct nfsd4_removexattr *removexattr) nfsd4_decode_removexattr() argument 5038 nfsd4_encode_removexattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_removexattr *removexattr) nfsd4_encode_removexattr() argument
|
H A D | xdr4.h | 682 struct nfsd4_removexattr removexattr; member
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4proc.c | 2456 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_removexattr() local
|
H A D | nfs4xdr.c | 2308 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_decode_removexattr() local 5249 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_encode_removexattr() local
|
H A D | xdr4.h | 700 struct nfsd4_removexattr removexattr; member
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 3655 def removexattr(path, *args): function
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 3038 pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int; in removexattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3203 pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; in removexattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3999 pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; in removexattr() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5463 pub fn removexattr(path: *const ::c_char, name: *const ::c_char, flags: ::c_int) -> ::c_int; in removexattr() functions
|