Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Dnfs41_session.c49 table->max_slots = NFS41_MAX_NUM_SLOTS; in init_slot_table()
50 for (i = 0; i < NFS41_MAX_NUM_SLOTS; i++) { in init_slot_table()
67 if (target_highest_slotid >= NFS41_MAX_NUM_SLOTS) in resize_slot_table()
68 target_highest_slotid = NFS41_MAX_NUM_SLOTS - 1; in resize_slot_table()
90 if (slotid < NFS41_MAX_NUM_SLOTS) in nfs41_session_bump_seq()
112 if (slotid < NFS41_MAX_NUM_SLOTS && table->used_slots[slotid]) { in nfs41_session_free_slot()
H A Dnfs41.h218 #define NFS41_MAX_NUM_SLOTS NFS41_MAX_RPC_REQS macro
220 uint32_t seq_nums[NFS41_MAX_NUM_SLOTS];
221 uint32_t used_slots[NFS41_MAX_NUM_SLOTS];