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

/netbsd-current/sys/fs/nfs/common/
H A Dnfsclstate.h60 struct nfsslot nfsess_cbslots[NFSV4_CBSLOTS];
H A Dnfs.h56 #define NFSV4_CBSLOTS 8 /* Number of slots, back channel */ macro
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c4602 *tl++ = txdr_unsigned(NFSV4_CBSLOTS); /* Max slots */
5442 for (i = 0; i < NFSV4_CBSLOTS; i++) {
5846 for (i = 0; i < NFSV4_CBSLOTS; i++) {
H A Dnfs_clstate.c3500 *tl++ = txdr_unsigned(NFSV4_CBSLOTS - 1);
3501 *tl = txdr_unsigned(NFSV4_CBSLOTS - 1);

Completed in 117 milliseconds