Searched refs:cl_slot_tbl (Results 1 – 4 of 4) sorted by relevance
88 struct nfs4_slot_table *cl_slot_tbl; member
186 if (clp->cl_slot_tbl) { in nfs40_shutdown_client()187 nfs4_shutdown_slot_table(clp->cl_slot_tbl); in nfs40_shutdown_client()188 kfree(clp->cl_slot_tbl); in nfs40_shutdown_client()307 clp->cl_slot_tbl = tbl; in nfs40_init_client()
250 if (clp->cl_slot_tbl) { in nfs4_end_drain_session()251 nfs4_end_drain_slot_table(clp->cl_slot_tbl); in nfs4_end_drain_session()279 if (clp->cl_slot_tbl) in nfs4_begin_drain_session()280 return nfs4_drain_slot_tbl(clp->cl_slot_tbl); in nfs4_begin_drain_session()
973 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()