Searched refs:aclcnt (Results 1 – 2 of 2) sorted by relevance
227 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument254 if (aclcnt) in nfsacl_decode()255 *aclcnt = entries; in nfsacl_decode()
1105 unsigned int *aclcnt; in nfs3_xdr_getaclres() local1117 aclcnt = (res->mask & NFS_ACLCNT) ? &res->acl_access_count : NULL; in nfs3_xdr_getaclres()1118 err = nfsacl_decode(buf, base, aclcnt, acl); in nfs3_xdr_getaclres()1121 aclcnt = (res->mask & NFS_DFACLCNT) ? &res->acl_default_count : NULL; in nfs3_xdr_getaclres()1123 err = nfsacl_decode(buf, base + err, aclcnt, acl); in nfs3_xdr_getaclres()