Home
last modified time | relevance | path

Searched defs:removexattr (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/linux/
H A Dxattr.c49 int removexattr(const char *path, const char *name) in removexattr() function
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h249 int (*removexattr) (const char *, const char *); member
H A Dfuse_lowlevel.h684 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
/kernel/linux/linux-5.10/fs/
H A Dxattr.c777 removexattr(struct dentry *d, const char __user *name) in removexattr() function
/kernel/linux/linux-6.6/fs/
H A Dxattr.c903 removexattr(struct mnt_idmap *idmap, struct dentry *d, in removexattr() function
/third_party/libfuse/include/
H A Dfuse.h554 int (*removexattr) (const char *, const char *); member
H A Dfuse_lowlevel.h910 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member
/kernel/linux/linux-5.10/fs/orangefs/
H A Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
/kernel/linux/linux-6.6/fs/orangefs/
H A Dupcall.h250 struct orangefs_removexattr_request_s removexattr; member
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4proc.c2139 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_removexattr() local
H A Dnfs4xdr.c2078 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 Dxdr4.h682 struct nfsd4_removexattr removexattr; member
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4proc.c2456 struct nfsd4_removexattr *removexattr = &u->removexattr; in nfsd4_removexattr() local
H A Dnfs4xdr.c2308 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 Dxdr4.h700 struct nfsd4_removexattr removexattr; member
/third_party/python/Lib/test/
H A Dtest_os.py3655 def removexattr(path, *args): function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs3038 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 Dmod.rs3203 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 Dmod.rs3999 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 Dmod.rs5463 pub fn removexattr(path: *const ::c_char, name: *const ::c_char, flags: ::c_int) -> ::c_int; in removexattr() functions

Completed in 84 milliseconds