Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3566 uint32_t seqid, slotid = 0, highslot, cachethis __unused; in nfscl_docb() local
3887 highslot = fxdr_unsigned(uint32_t, *tl++); in nfscl_docb()
3908 highslot, tsep->nfsess_cbslots, &rep, in nfscl_docb()
3942 highslot = fxdr_unsigned(uint32_t, *tl); in nfscl_docb()
3950 if ((highslot + 1) < tsep->nfsess_foreslots) { in nfscl_docb()
3951 tsep->nfsess_foreslots = (highslot + 1); in nfscl_docb()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c4816 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, in nfsv4_seqsession() argument