Lines Matching refs:nfs4_slot_table
21 struct nfs4_slot_table *table;
37 struct nfs4_slot_table { struct
70 struct nfs4_slot_table fc_slot_table; argument
72 struct nfs4_slot_table bc_slot_table;
81 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl,
83 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl);
84 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
85 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
86 extern int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl,
89 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
90 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
91 extern void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl);
92 bool nfs41_wake_and_assign_slot(struct nfs4_slot_table *tbl,
94 void nfs41_wake_slot_table(struct nfs4_slot_table *tbl);
96 static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_draining()
101 static inline bool nfs4_test_locked_slot(const struct nfs4_slot_table *tbl, in nfs4_test_locked_slot()
113 extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl,
115 extern void nfs41_update_target_slotid(struct nfs4_slot_table *tbl,