Lines Matching refs:mask
44 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in nfsacld_proc_getacl()
46 resp->mask = argp->mask; in nfsacld_proc_getacl()
48 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsacld_proc_getacl()
68 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()
164 argp->mask = ntohl(*p); p++; in nfsaclsvc_decode_getaclargs()
179 argp->mask = ntohl(*p++); in nfsaclsvc_decode_setaclargs()
180 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT) || in nfsaclsvc_decode_setaclargs()
186 (argp->mask & NFS_ACL) ? in nfsaclsvc_decode_setaclargs()
190 (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()
248 *p++ = htonl(resp->mask); in nfsaclsvc_encode_getaclres()
254 (resp->mask & NFS_ACL) ? resp->acl_access : NULL, in nfsaclsvc_encode_getaclres()
255 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfsaclsvc_encode_getaclres()
264 resp->mask & NFS_ACL, 0); in nfsaclsvc_encode_getaclres()
268 resp->mask & NFS_DFACL, in nfsaclsvc_encode_getaclres()