Searched defs:tbl (Results 1 – 12 of 12) sorted by relevance
/fs/nfs/ |
D | nfs4session.c | 27 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 …]
|
D | callback_proc.c | 414 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, in validate_seqid() 467 struct nfs4_slot_table *tbl; in referring_call_exists() local 505 struct nfs4_slot_table *tbl; in nfs4_callback_sequence() local
|
D | nfs4session.h | 97 static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_draining() 102 static inline bool nfs4_test_locked_slot(const struct nfs4_slot_table *tbl, in nfs4_test_locked_slot()
|
D | nfs4state.c | 255 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table() 279 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
|
D | nfs4client.c | 299 struct nfs4_slot_table *tbl; in nfs40_init_client() local
|
D | callback_xdr.c | 795 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot() local
|
D | nfs4proc.c | 698 struct nfs4_slot_table *tbl; in nfs40_sequence_free_slot() local 722 struct nfs4_slot_table *tbl; in nfs41_release_slot() local 1017 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence() local
|
/fs/ |
D | fs_parser.c | 32 int __lookup_constant(const struct constant_table *tbl, size_t tbl_size, in __lookup_constant() 315 bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table()
|
/fs/cifs/ |
D | winucase.c | 630 const wchar_t *tbl; in cifs_toupper() local
|
/fs/nfs/filelayout/ |
D | filelayout.c | 130 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error() local
|
/fs/nfsd/ |
D | nfs4state.c | 2703 find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions) in find_client_in_id_table() 2722 struct list_head *tbl = nn->conf_id_hashtbl; in find_confirmed_client() local 2731 struct list_head *tbl = nn->unconf_id_hashtbl; in find_unconfirmed_client() local
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1137 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4() local
|