Searched refs:cl_slot_tbl (Results 1 – 3 of 3) sorted by relevance
96 struct nfs4_slot_table *cl_slot_tbl;97 struct nfs4_slot_table *cl_slot_tbl; global() 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()
1103 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()