Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c825 struct chtab **chp, struct nfs4_clnt *nfscl) in clget4() argument
843 nfscl->nfscl_stat.clgets.value.ui64++; in clget4()
851 mutex_enter(&nfscl->nfscl_chtable4_lock); in clget4()
852 plistp = &nfscl->nfscl_chtable4; in clget4()
853 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) { in clget4()
872 mutex_exit(&nfscl->nfscl_chtable4_lock); in clget4()
888 ch->ch_next = nfscl->nfscl_chtable4; in clget4()
889 nfscl->nfscl_chtable4 = ch; in clget4()
895 } else if (ch != nfscl->nfscl_chtable4) { in clget4()
897 ch->ch_next = nfscl->nfscl_chtable4; in clget4()
[all …]
H A Dnfs_subr.c309 struct chtab **chp, struct nfs_clnt *nfscl) in clget_impl() argument
327 nfscl->nfscl_stat.clgets.value.ui64++; in clget_impl()
335 mutex_enter(&nfscl->nfscl_chtable_lock); in clget_impl()
336 plistp = &nfscl->nfscl_chtable; in clget_impl()
337 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { in clget_impl()
356 mutex_exit(&nfscl->nfscl_chtable_lock); in clget_impl()
372 ch->ch_next = nfscl->nfscl_chtable; in clget_impl()
373 nfscl->nfscl_chtable = ch; in clget_impl()
379 } else if (ch != nfscl->nfscl_chtable) { in clget_impl()
381 ch->ch_next = nfscl->nfscl_chtable; in clget_impl()
[all …]
H A Dnfs4_stub_vnops.c1387 struct nfs4_clnt *nfscl; in nfs4_fetch_locations() local
1457 nfscl = zone_getspecific(nfs4clnt_zone_key, nfs_zone()); in nfs4_fetch_locations()
1458 nfscl->nfscl_stat.referrals.value.ui64++; in nfs4_fetch_locations()