Searched refs:cl_slot_tbl (Results 1 – 4 of 4) sorted by relevance
95 struct nfs4_slot_table *cl_slot_tbl; member
193 if (clp->cl_slot_tbl) { in nfs40_shutdown_client()194 nfs4_shutdown_slot_table(clp->cl_slot_tbl); in nfs40_shutdown_client()195 kfree(clp->cl_slot_tbl); in nfs40_shutdown_client()356 clp->cl_slot_tbl = tbl; in nfs40_init_client()
270 if (clp->cl_slot_tbl) { in nfs4_end_drain_session()271 nfs4_end_drain_slot_table(clp->cl_slot_tbl); in nfs4_end_drain_session()299 if (clp->cl_slot_tbl) in nfs4_begin_drain_session()300 return nfs4_drain_slot_tbl(clp->cl_slot_tbl); in nfs4_begin_drain_session()
1057 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()