Lines Matching refs:nfs4_slot_table
21 struct nfs4_slot_table *table;
38 struct nfs4_slot_table {
71 struct nfs4_slot_table fc_slot_table;
73 struct nfs4_slot_table bc_slot_table;
82 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl,
84 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl);
85 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
86 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
87 extern int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl,
90 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
91 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
92 extern void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl);
93 bool nfs41_wake_and_assign_slot(struct nfs4_slot_table *tbl,
95 void nfs41_wake_slot_table(struct nfs4_slot_table *tbl);
97 static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl)
102 static inline bool nfs4_test_locked_slot(const struct nfs4_slot_table *tbl,
114 extern void nfs41_set_target_slotid(struct nfs4_slot_table *tbl,
116 extern void nfs41_update_target_slotid(struct nfs4_slot_table *tbl,