Searched refs:mpcount (Results 1 – 1 of 1) sorted by relevance
394 uint_t mpcount; in rfs4_op_readdir() local549 mpcount = MAXBSIZE; in rfs4_op_readdir()551 mpcount = args->maxcount; in rfs4_op_readdir()559 mp = allocb(RNDUP(mpcount), BPRI_MED); in rfs4_op_readdir()568 if (mpcount > MAXBSIZE) in rfs4_op_readdir()569 args->maxcount = mpcount = MAXBSIZE; in rfs4_op_readdir()570 mp = allocb_wait(RNDUP(mpcount), BPRI_MED, in rfs4_op_readdir()592 if (args->maxcount < (mpcount - 128)) in rfs4_op_readdir()597 (uint32_t *)((((char *)ptr) + RNDUP(mpcount)) - 128); in rfs4_op_readdir()