Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c337 plistp = &nfscl->nfscl_chtable; in clget_impl()
338 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { in clget_impl()
373 ch->ch_next = nfscl->nfscl_chtable; in clget_impl()
374 nfscl->nfscl_chtable = ch; in clget_impl()
380 } else if (ch != nfscl->nfscl_chtable) { in clget_impl()
382 ch->ch_next = nfscl->nfscl_chtable; in clget_impl()
383 nfscl->nfscl_chtable = ch; in clget_impl()
670 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { in clreclaim_zone()
3433 nfscl->nfscl_chtable = NULL; in clinit_zone()
3467 for (chp = nfscl->nfscl_chtable; chp != NULL; chp = next) { in clfini_zone()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h661 struct chhead *nfscl_chtable; member