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;
853 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
888 ch->ch_next = nfscl->nfscl_chtable4;
889 nfscl->nfscl_chtable4 = ch;
895 } else if (ch != nfscl->nfscl_chtable4) {
897 ch->ch_next = nfscl->nfscl_chtable4;
898 nfscl->nfscl_chtable4 = ch;
1116 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
2763 nfscl->nfscl_chtable4 = NULL;
2798 for (chp = nfscl->nfscl_chtable4; ch
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2224 struct chhead *nfscl_chtable4; member in struct:nfs4_clnt

Completed in 136 milliseconds