Home
last modified time | relevance | path

Searched defs:nfs4_slot_table (Results 1 – 1 of 1) sorted by relevance

/fs/nfs/
Dnfs4session.h38 struct nfs4_slot_table { struct
39 struct nfs4_session *session; /* Parent session */
40 struct nfs4_slot *slots; /* seqid per slot */
41 unsigned long used_slots[SLOT_TABLE_SZ]; /* used/unused bitmap */
42 spinlock_t slot_tbl_lock;
43 struct rpc_wait_queue slot_tbl_waitq; /* allocators may wait here */
44 wait_queue_head_t slot_waitq; /* Completion wait on slot */
45 u32 max_slots; /* # slots in table */
46 u32 max_slotid; /* Max allowed slotid value */
47 u32 highest_used_slotid; /* sent to server on each SEQ.
[all …]