Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4session.h21 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);
[all …]
Dnfs4session.c26 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table()
38 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table()
61 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete()
82 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
103 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
117 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
139 static void nfs4_lock_slot(struct nfs4_slot_table *tbl, in nfs4_lock_slot()
156 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_try_to_lock_slot()
169 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_lookup_slot()
176 static int nfs4_slot_get_seqid(struct nfs4_slot_table *tbl, u32 slotid, in nfs4_slot_get_seqid()
[all …]
Dcallback_proc.c407 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, in validate_seqid()
448 struct nfs4_slot_table *tbl; in referring_call_exists()
486 struct nfs4_slot_table *tbl; in nfs4_callback_sequence()
623 struct nfs4_slot_table *fc_tbl; in nfs4_callback_recallslot()
Dnfs4client.c333 struct nfs4_slot_table *tbl; in nfs40_init_client()
Dnfs4state.c244 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table()
268 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
Dcallback_xdr.c800 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot()
Dnfs4proc.c671 struct nfs4_slot_table *tbl; in nfs40_sequence_free_slot()
695 struct nfs4_slot_table *tbl; in nfs41_release_slot()
980 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()
Dnfs4xdr.c1914 struct nfs4_slot_table *tp; in encode_sequence()
/linux-4.19.296/include/linux/
Dnfs_fs_sb.h88 struct nfs4_slot_table *cl_slot_tbl;
/linux-4.19.296/fs/nfs/filelayout/
Dfilelayout.c130 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error()
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayout.c1051 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4()