Searched refs:NFSV4_SLOTS (Results 1 – 6 of 6) sorted by relevance
1174 if (slot >= NFSV4_SLOTS || in newnfs_request()1226 (retval < NFSV4_SLOTS) ? in newnfs_request()1227 (retval + 1) : NFSV4_SLOTS; in newnfs_request()1508 for (i = sep->nfsess_foreslots; i < NFSV4_SLOTS; i++) { in nfs_resetslots()
175 struct nfsslot sess_slots[NFSV4_SLOTS];
53 #define NFSV4_SLOTS 64 /* Number of slots, fore channel */ macro
4813 if (sep->sess_maxslots > NFSV4_SLOTS) in nfsrvd_createsession()4814 sep->sess_maxslots = NFSV4_SLOTS; in nfsrvd_createsession()4878 if (sep->sess_cbsess.nfsess_foreslots > NFSV4_SLOTS) in nfsrvd_createsession()4879 sep->sess_cbsess.nfsess_foreslots = NFSV4_SLOTS; in nfsrvd_createsession()
6103 sep->sess_slots, NULL, NFSV4_SLOTS - 1); in nfsrv_checksequence()6141 *highest_slotidp = *target_highest_slotidp = NFSV4_SLOTS - 1; in nfsrv_checksequence()6418 for (i = 0; i < NFSV4_SLOTS; i++) in nfsrv_freesession()
5622 *tl++ = txdr_unsigned(NFSV4_SLOTS); /* Max slots */ in nfsrpc_createsession()5694 } else if (sep->nfsess_foreslots > NFSV4_SLOTS) in nfsrpc_createsession()5695 sep->nfsess_foreslots = NFSV4_SLOTS; in nfsrpc_createsession()