Home
last modified time | relevance | path

Searched refs:NFS_DFACL (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs3acl.c61 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
161 (args->mask & NFS_DFACL) ? in nfs3svc_decode_setaclargs()
192 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfs3svc_encode_getaclres()
205 resp->mask & NFS_DFACL, in nfs3svc_encode_getaclres()
H A Dnfs2acl.c69 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()
227 (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()
299 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfsaclsvc_encode_getaclres()
312 resp->mask & NFS_DFACL, in nfsaclsvc_encode_getaclres()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs3acl.c81 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()
93 if (args.mask & NFS_DFACL) in nfs3_get_acl()
135 if (res.mask & NFS_DFACL) in nfs3_get_acl()
191 args.mask |= NFS_DFACL; in __nfs3_proc_setacls()
H A Dnfs3xdr.c1329 if (args->mask & (NFS_ACL | NFS_DFACL)) { in nfs3_xdr_enc_getacl3args()
1360 (args->mask & NFS_DFACL) ? in nfs3_xdr_enc_setacl3args()
2369 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2385 if (result->mask & NFS_DFACL) in decode_getacl3resok()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfsacl.h24 #define NFS_DFACL 0x0004 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfsacl.h24 #define NFS_DFACL 0x0004 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfsacl.h26 #define NFS_DFACL 0x0004 macro