Searched defs:tbl (Results 1 – 12 of 12) sorted by relevance
/fs/nfs/ |
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() local 421 struct nfs4_slot_table *tbl; in nfs4_callback_sequence() local
|
D | nfs4session.h | 86 static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_draining()
|
D | nfs4state.c | 222 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table() 246 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
|
D | nfs4client.c | 275 struct nfs4_slot_table *tbl; in nfs40_init_client() local
|
D | callback_xdr.c | 757 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot() local
|
D | nfs4proc.c | 566 int nfs40_setup_sequence(struct nfs4_slot_table *tbl, in nfs40_setup_sequence() 611 struct nfs4_slot_table *tbl; in nfs40_sequence_done() local 632 struct nfs4_slot_table *tbl; in nfs41_sequence_free_slot() local 780 struct nfs4_slot_table *tbl; in nfs41_setup_sequence() local
|
/fs/cifs/ |
D | winucase.c | 643 const wchar_t *tbl; in cifs_toupper() local
|
/fs/nfs/filelayout/ |
D | filelayout.c | 132 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error() local
|
/fs/gfs2/ |
D | glock.c | 1438 const struct bucket_table *tbl; in glock_hash_walk() local
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 997 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4() local
|
/fs/nfsd/ |
D | nfs4state.c | 2113 find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions) in find_client_in_id_table() 2132 struct list_head *tbl = nn->conf_id_hashtbl; in find_confirmed_client() local 2141 struct list_head *tbl = nn->unconf_id_hashtbl; in find_unconfirmed_client() local
|