Searched defs:nfs4_slot_table (Results 1 – 1 of 1) sorted by relevance
33 struct nfs4_slot_table { struct34 struct nfs4_session *session; /* Parent session */35 struct nfs4_slot *slots; /* seqid per slot */36 unsigned long used_slots[SLOT_TABLE_SZ]; /* used/unused bitmap */37 spinlock_t slot_tbl_lock;38 struct rpc_wait_queue slot_tbl_waitq; /* allocators may wait here */39 u32 max_slots; /* # slots in table */40 u32 max_slotid; /* Max allowed slotid value */41 u32 highest_used_slotid; /* sent to server on each SEQ.65 struct nfs4_slot_table fc_slot_table; argument