Searched refs:nfs4_slot_table (Results 1 – 11 of 11) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4session.h | 22 struct nfs4_slot_table *table; 39 struct nfs4_slot_table { struct 72 struct nfs4_slot_table fc_slot_table; argument 74 struct nfs4_slot_table bc_slot_table; 83 extern int nfs4_setup_slot_table(struct nfs4_slot_table *tbl, 85 extern void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl); 86 extern struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl); 87 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid); 88 extern int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl, 91 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tb 40 sessionnfs4_slot_table global() argument 41 slotsnfs4_slot_table global() argument 42 used_slotsnfs4_slot_table global() argument 43 slot_tbl_locknfs4_slot_table global() argument 44 slot_tbl_waitqnfs4_slot_table global() argument 45 slot_waitqnfs4_slot_table global() argument 46 max_slotsnfs4_slot_table global() argument 47 max_slotidnfs4_slot_table global() argument 48 highest_used_slotidnfs4_slot_table global() argument [all...] |
H A 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 *tb [all...] |
H A D | callback_proc.c | 411 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, in validate_seqid() 465 struct nfs4_slot_table *tbl; in referring_call_exists() 504 struct nfs4_slot_table *tbl; in nfs4_callback_sequence() 657 struct nfs4_slot_table *fc_tbl; in nfs4_callback_recallslot()
|
H A D | nfs4client.c | 343 struct nfs4_slot_table *tbl; in nfs40_init_client()
|
H A D | callback_xdr.c | 830 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot()
|
H A D | nfs4state.c | 257 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table() 281 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
|
H A D | nfs4proc.c | 790 struct nfs4_slot_table *tbl; in nfs40_sequence_free_slot() 814 struct nfs4_slot_table *tbl; in nfs41_release_slot() 1124 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()
|
H A D | nfs4xdr.c | 1977 struct nfs4_slot_table *tp; in encode_sequence()
|
/linux/include/linux/ |
H A D | nfs_fs_sb.h | 97 struct nfs4_slot_table *cl_slot_tbl;
|
/linux/fs/nfs/filelayout/ |
H A D | filelayout.c | 131 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 1117 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4()
|