Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c336 plistp = &nfscl->nfscl_chtable; in clget_impl()
337 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { 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()
382 nfscl->nfscl_chtable = ch; in clget_impl()
669 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { in clreclaim_zone()
3432 nfscl->nfscl_chtable = NULL; in clinit_zone()
3466 for (chp = nfscl->nfscl_chtable; chp != NULL; chp = next) { in clfini_zone()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h661 struct chhead *nfscl_chtable; member