Searched refs:NFSV4_CBSLOTS (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
H A Dnfsclstate.h60 struct nfsslot nfsess_cbslots[NFSV4_CBSLOTS];
H A Dnfs.h56 #define NFSV4_CBSLOTS 8 /* Number of slots, back channel */ macro
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c3710 *tl++ = txdr_unsigned(NFSV4_CBSLOTS - 1);
3711 *tl = txdr_unsigned(NFSV4_CBSLOTS - 1);
H A Dnfs_clrpcops.c4795 *tl++ = txdr_unsigned(NFSV4_CBSLOTS); /* Max slots */
5617 for (i = 0; i < NFSV4_CBSLOTS; i++) {
6561 for (i = 0; i < NFSV4_CBSLOTS; i++) {

Completed in 167 milliseconds