Searched refs:NFS_DFACL (Results 1 – 4 of 4) sorted by relevance
61 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()115 if (argp->mask & NFS_DFACL) { in nfsd3_proc_setacl()161 if (!nfs_stream_decode_acl(xdr, NULL, (argp->mask & NFS_DFACL) ? in nfs3svc_decode_setaclargs()194 resp->mask & NFS_DFACL, in nfs3svc_encode_getaclres()
69 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()125 if (argp->mask & NFS_DFACL) { in nfsacld_proc_setacl()222 if (!nfs_stream_decode_acl(xdr, NULL, (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()267 resp->mask & NFS_DFACL, NFS_ACL_DEFAULT)) in nfsaclsvc_encode_getaclres()
83 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()95 if (args.mask & NFS_DFACL) in nfs3_get_acl()138 if (res.mask & NFS_DFACL) in nfs3_get_acl()194 args.mask |= NFS_DFACL; in __nfs3_proc_setacls()
26 #define NFS_DFACL 0x0004 macro