Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4session.h19 struct nfs4_slot_table *table;
33 struct nfs4_slot_table { struct
65 struct nfs4_slot_table fc_slot_table; argument
67 struct nfs4_slot_table bc_slot_table;
76 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl,
78 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl);
79 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl);
80 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
81 extern void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl);
82 bool nfs41_wake_and_assign_slot(struct nfs4_slot_table *tbl,
[all …]
Dnfs4session.c26 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table()
37 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table()
60 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete()
81 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
102 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
116 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
147 struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl) in nfs4_alloc_slot()
174 static int nfs4_grow_slot_table(struct nfs4_slot_table *tbl, in nfs4_grow_slot_table()
184 static void nfs4_reset_slot_table(struct nfs4_slot_table *tbl, in nfs4_reset_slot_table()
208 static int nfs4_realloc_slot_table(struct nfs4_slot_table *tbl, in nfs4_realloc_slot_table()
[all …]
Dcallback_proc.c319 validate_seqid(struct nfs4_slot_table *tbl, struct cb_sequenceargs * args) in validate_seqid()
374 struct nfs4_slot_table *tbl; in referring_call_exists()
421 struct nfs4_slot_table *tbl; in nfs4_callback_sequence()
544 struct nfs4_slot_table *fc_tbl; in nfs4_callback_recallslot()
Dnfs4_fs.h450 extern int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
Dnfs4client.c275 struct nfs4_slot_table *tbl; in nfs40_init_client()
Dnfs4state.c218 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table()
242 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
Dcallback_xdr.c757 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot()
Dnfs4proc.c570 int nfs40_setup_sequence(struct nfs4_slot_table *tbl, in nfs40_setup_sequence()
615 struct nfs4_slot_table *tbl; in nfs40_sequence_done()
636 struct nfs4_slot_table *tbl; in nfs41_sequence_free_slot()
784 struct nfs4_slot_table *tbl; in nfs41_setup_sequence()
Dnfs4xdr.c1891 struct nfs4_slot_table *tp; in encode_sequence()
/linux-4.4.14/include/linux/
Dnfs_fs_sb.h85 struct nfs4_slot_table *cl_slot_tbl;
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c132 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c974 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4()