Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dnfs4session.h22 struct nfs4_slot_table *table;
39 struct nfs4_slot_table { struct
72 struct nfs4_slot_table fc_slot_table; argument
74 struct nfs4_slot_table bc_slot_table;
83 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl,
85 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl);
86 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
87 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
88 extern int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl,
91 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
[all …]
Dnfs4session.c27 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table()
39 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table()
62 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete()
83 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
104 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
120 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
142 static void nfs4_lock_slot(struct nfs4_slot_table *tbl, in nfs4_lock_slot()
159 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_try_to_lock_slot()
172 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_lookup_slot()
179 static int nfs4_slot_get_seqid(struct nfs4_slot_table *tbl, u32 slotid, in nfs4_slot_get_seqid()
[all …]
Dcallback_proc.c411 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, in validate_seqid()
465 struct nfs4_slot_table *tbl; in referring_call_exists()
504 struct nfs4_slot_table *tbl; in nfs4_callback_sequence()
657 struct nfs4_slot_table *fc_tbl; in nfs4_callback_recallslot()
Dnfs4state.c257 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table()
281 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
Dcallback_xdr.c830 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot()
Dnfs4client.c341 struct nfs4_slot_table *tbl; in nfs40_init_client()
Dnfs4proc.c760 struct nfs4_slot_table *tbl; in nfs40_sequence_free_slot()
784 struct nfs4_slot_table *tbl; in nfs41_release_slot()
1094 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()
Dnfs4xdr.c1976 struct nfs4_slot_table *tp; in encode_sequence()
/linux-6.12.1/include/linux/
Dnfs_fs_sb.h97 struct nfs4_slot_table *cl_slot_tbl;
/linux-6.12.1/fs/nfs/filelayout/
Dfilelayout.c131 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error()
/linux-6.12.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c1100 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4()