Home
last modified time | relevance | path

Searched refs:mpcount (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c375 uint_t mpcount; in rfs4_op_readdir() local
533 mpcount = MAXBSIZE; in rfs4_op_readdir()
535 mpcount = args->maxcount; in rfs4_op_readdir()
543 mp = allocb(RNDUP(mpcount), BPRI_MED); in rfs4_op_readdir()
552 if (mpcount > MAXBSIZE) in rfs4_op_readdir()
553 args->maxcount = mpcount = MAXBSIZE; in rfs4_op_readdir()
554 mp = allocb_wait(RNDUP(mpcount), BPRI_MED, in rfs4_op_readdir()
576 if (args->maxcount < (mpcount - 128)) in rfs4_op_readdir()
581 (uint32_t *)((((char *)ptr) + RNDUP(mpcount)) - 128); in rfs4_op_readdir()