Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c96 static list_t nfs4_clnt_list; variable
1188 nfscl = list_head(&nfs4_clnt_list); in clreclaim4()
1189 for (; nfscl != NULL; nfscl = list_next(&nfs4_clnt_list, nfscl)) in clreclaim4()
2779 list_insert_head(&nfs4_clnt_list, nfscl); in clinit4_zone()
2795 list_remove(&nfs4_clnt_list, nfscl); in clfini4_zone()
2823 nfscl = list_head(&nfs4_clnt_list); in clcleanup4_zone()
2824 for (; nfscl != NULL; nfscl = list_next(&nfs4_clnt_list, nfscl)) { in clcleanup4_zone()
2847 list_create(&nfs4_clnt_list, sizeof (struct nfs4_clnt), in nfs4_subr_init()