Searched refs:acesizep (Results 1 – 2 of 2) sorted by relevance
43 bool server, int *aceerrp, int *acesizep) in nfsrv_dissectace() argument72 if (acesizep) in nfsrv_dissectace()73 *acesizep = 4 * NFSX_UNSIGNED; in nfsrv_dissectace()176 if (acesizep) in nfsrv_dissectace()177 *acesizep = NFSM_RNDUP(len) + (4 * NFSX_UNSIGNED); in nfsrv_dissectace()193 bool server, int *aceerrp, int *acesizep) in nfsrv_dissectposixace() argument254 if (acesizep != NULL) in nfsrv_dissectposixace()255 *acesizep = NFSM_RNDUP(len) + (3 * NFSX_UNSIGNED); in nfsrv_dissectposixace()
248 static int nfsrv_skipace(struct nfsrv_descript *nd, acl_type_t, int *acesizep);1230 nfsrv_skipace(struct nfsrv_descript *nd, acl_type_t acltype, int *acesizep) in nfsrv_skipace() argument1238 *acesizep = NFSM_RNDUP(len) + (4 * NFSX_UNSIGNED); in nfsrv_skipace()1242 *acesizep = NFSM_RNDUP(len) + (3 * NFSX_UNSIGNED); in nfsrv_skipace()