Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c852 plistp = &nfscl->nfscl_chtable4; in clget4()
853 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) { 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()
898 nfscl->nfscl_chtable4 = ch; in clget4()
1116 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) { in clreclaim4_zone()
2763 nfscl->nfscl_chtable4 = NULL; in clinit4_zone()
2798 for (chp = nfscl->nfscl_chtable4; chp != NULL; chp = next) { in clfini4_zone()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2229 struct chhead *nfscl_chtable4; member