Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1181 struct nfs4_clnt *nfscl; in clreclaim4() local
1189 for (; nfscl != NULL; nfscl = list_next(&nfs4_clnt_list, nfscl)) in clreclaim4()
1587 struct nfs4_clnt *nfscl; in rfs4call() local
1591 ASSERT(nfscl != NULL); in rfs4call()
2758 struct nfs4_clnt *nfscl; in clinit4_zone() local
2761 nfscl = kmem_alloc(sizeof (*nfscl), KM_SLEEP); in clinit4_zone()
2782 return (nfscl); in clinit4_zone()
2792 if (nfscl == NULL) in clfini4_zone()
2806 kmem_free(nfscl, sizeof (*nfscl)); in clfini4_zone()
2820 struct nfs4_clnt *nfscl; in clcleanup4_zone() local
[all …]
H A Dnfs_subr.c474 struct nfs_clnt *nfscl; in clget() local
477 ASSERT(nfscl != NULL); in clget()
632 struct nfs_clnt *nfscl; in clfree() local
635 ASSERT(nfscl != NULL); in clfree()
746 for (; nfscl != NULL; nfscl = list_next(&nfs_clnt_list, nfscl)) in clreclaim()
963 ASSERT(nfscl != NULL); in rfscall()
3431 nfscl = kmem_alloc(sizeof (*nfscl), KM_SLEEP); in clinit_zone()
3451 return (nfscl); in clinit_zone()
3461 if (nfscl == NULL) in clfini_zone()
3475 kmem_free(nfscl, sizeof (*nfscl)); in clfini_zone()
[all …]
H A Dnfs4_stub_vnops.c1392 struct nfs4_clnt *nfscl; in nfs4_fetch_locations() local
1462 nfscl = zone_getspecific(nfs4clnt_zone_key, nfs_zone()); in nfs4_fetch_locations()
1463 nfscl->nfscl_stat.referrals.value.ui64++; in nfs4_fetch_locations()