Home
last modified time | relevance | path

Searched refs:cl_slot_tbl (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnfs_fs_sb.h96 struct nfs4_slot_table *cl_slot_tbl;
97 struct nfs4_slot_table *cl_slot_tbl; global() member
/linux/fs/nfs/
H A Dnfs4client.c193 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()
H A Dnfs4proc.c1103 struct nfs4_slot_table *tbl = client->cl_slot_tbl; in nfs4_setup_sequence()