Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h63 struct nfsslot nfsess_cbslots[NFSV4_CBSLOTS];
H A Dnfs.h54 #define NFSV4_CBSLOTS 8 /* Number of slots, back channel */ macro
H A Dnfs_commonkrpc.c1158 slot >= NFSV4_CBSLOTS)) { in newnfs_request()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3937 *tl++ = txdr_unsigned(NFSV4_CBSLOTS - 1); in nfscl_docb()
3938 *tl = txdr_unsigned(NFSV4_CBSLOTS - 1); in nfscl_docb()
H A Dnfs_clrpcops.c5464 *tl++ = txdr_unsigned(NFSV4_CBSLOTS); /* Max slots */ in nfsrpc_createsession()
6358 for (i = 0; i < NFSV4_CBSLOTS; i++) { in nfscl_initsessionslots()
7347 for (i = 0; i < NFSV4_CBSLOTS; i++) { in nfscl_freenfsclds()