/third_party/musl/src/linux/ |
H A D | xattr.c | 34 int setxattr(const char *path, const char *name, const void *value, size_t size, int flags) in setxattr() function
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 240 int (*setxattr) (const char *, const char *, const char *, size_t, int); member
|
H A D | fuse_lowlevel.h | 622 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 511 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | xattr.c | 635 setxattr(struct mnt_idmap *idmap, struct dentry *d, in setxattr() function
|
/third_party/libfuse/include/ |
H A D | fuse.h | 545 int (*setxattr) (const char *, const char *, const char *, size_t, int); member
|
H A D | fuse_lowlevel.h | 831 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | upcall.h | 248 struct orangefs_setxattr_request_s setxattr; member
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | upcall.h | 248 struct orangefs_setxattr_request_s setxattr; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4proc.c | 2107 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_setxattr() local
|
H A D | nfs4xdr.c | 2008 nfsd4_decode_setxattr(struct nfsd4_compoundargs *argp, struct nfsd4_setxattr *setxattr) nfsd4_decode_setxattr() argument 4886 nfsd4_encode_setxattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_setxattr *setxattr) nfsd4_encode_setxattr() argument
|
H A D | xdr4.h | 680 struct nfsd4_setxattr setxattr; member
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4proc.c | 2424 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_setxattr() local
|
H A D | nfs4xdr.c | 2234 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_decode_setxattr() local 5102 struct nfsd4_setxattr *setxattr = &u->setxattr; in nfsd4_encode_setxattr() local [all...] |
H A D | xdr4.h | 698 struct nfsd4_setxattr setxattr; member
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | ceph_fs.h | 428 } __attribute__ ((packed)) setxattr; member
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 3652 def setxattr(path, *args): global() function [all...] |
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | ceph_fs.h | 448 } __attribute__ ((packed)) setxattr; member
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 3016 pub fn setxattr( in setxattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3179 pub fn setxattr( in setxattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3975 pub fn setxattr( in setxattr() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5435 pub fn setxattr( in setxattr() functions
|