Searched refs:cl_slot_tbl (Results 1 – 4 of 4) sorted by relevance
93 struct nfs4_slot_table *cl_slot_tbl; member
192 if (clp->cl_slot_tbl) { in nfs40_shutdown_client()193 nfs4_shutdown_slot_table(clp->cl_slot_tbl); in nfs40_shutdown_client()194 kfree(clp->cl_slot_tbl); in nfs40_shutdown_client()354 clp->cl_slot_tbl = tbl; in nfs40_init_client()
268 if (clp->cl_slot_tbl) { in nfs4_end_drain_session()269 nfs4_end_drain_slot_table(clp->cl_slot_tbl); in nfs4_end_drain_session()297 if (clp->cl_slot_tbl) in nfs4_begin_drain_session()298 return nfs4_drain_slot_tbl(clp->cl_slot_tbl); in nfs4_begin_drain_session()
1054 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()