Searched refs:nfscl (Results 1 – 3 of 3) sorted by relevance
825 struct chtab **chp, struct nfs4_clnt *nfscl) in clget4() argument843 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 …]
309 struct chtab **chp, struct nfs_clnt *nfscl) in clget_impl() argument327 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 …]
1387 struct nfs4_clnt *nfscl; in nfs4_fetch_locations() local1457 nfscl = zone_getspecific(nfs4clnt_zone_key, nfs_zone()); in nfs4_fetch_locations()1458 nfscl->nfscl_stat.referrals.value.ui64++; in nfs4_fetch_locations()