Searched refs:nfs4_slot_table (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | nfs4session.h | 19 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 …]
|
D | nfs4session.c | 26 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 …]
|
D | callback_proc.c | 319 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()
|
D | nfs4_fs.h | 450 extern int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
|
D | nfs4client.c | 275 struct nfs4_slot_table *tbl; in nfs40_init_client()
|
D | nfs4state.c | 218 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()
|
D | callback_xdr.c | 757 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot()
|
D | nfs4proc.c | 570 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()
|
D | nfs4xdr.c | 1891 struct nfs4_slot_table *tp; in encode_sequence()
|
/linux-4.4.14/include/linux/ |
D | nfs_fs_sb.h | 85 struct nfs4_slot_table *cl_slot_tbl;
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 132 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 974 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4()
|