Lines Matching refs:mask
41 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in nfsd3_proc_getacl()
43 resp->mask = argp->mask; in nfsd3_proc_getacl()
45 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsd3_proc_getacl()
65 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
129 args->mask = ntohl(*p); p++; in nfs3svc_decode_getaclargs()
144 args->mask = ntohl(*p++); in nfs3svc_decode_setaclargs()
145 if (args->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT) || in nfs3svc_decode_setaclargs()
151 (args->mask & NFS_ACL) ? in nfs3svc_decode_setaclargs()
155 (args->mask & NFS_DFACL) ? in nfs3svc_decode_setaclargs()
178 *p++ = htonl(resp->mask); in nfs3svc_encode_getaclres()
184 (resp->mask & NFS_ACL) ? resp->acl_access : NULL, in nfs3svc_encode_getaclres()
185 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfs3svc_encode_getaclres()
194 resp->mask & NFS_ACL, 0); in nfs3svc_encode_getaclres()
198 resp->mask & NFS_DFACL, in nfs3svc_encode_getaclres()