Searched refs:nfscl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c825 struct chtab **chp, struct nfs4_clnt *nfscl)
843 nfscl->nfscl_stat.clgets.value.ui64++;
851 mutex_enter(&nfscl->nfscl_chtable4_lock);
852 plistp = &nfscl->nfscl_chtable4;
853 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
872 mutex_exit(&nfscl->nfscl_chtable4_lock);
888 ch->ch_next = nfscl->nfscl_chtable4;
889 nfscl->nfscl_chtable4 = ch;
895 } else if (ch != nfscl->nfscl_chtable4) {
897 ch->ch_next = nfscl
824 clget4(clinfo_t *ci, servinfo4_t *svp, cred_t *cr, CLIENT **newcl, struct chtab **chp, struct nfs4_clnt *nfscl) argument
992 nfs_clget4(mntinfo4_t *mi, servinfo4_t *svp, cred_t *cr, CLIENT **newcl, struct chtab **chp, struct nfs4_clnt *nfscl) argument
1061 clfree4(CLIENT *cl, struct chtab *cp, struct nfs4_clnt *nfscl) argument
1088 clreclaim4_zone(struct nfs4_clnt *nfscl, uint_t cl_holdtime) argument
1181 struct nfs4_clnt *nfscl; local
1212 nfs4_rfscall(mntinfo4_t *mi, rpcproc_t which, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, cred_t *icr, int *doqueue, enum clnt_stat *rpc_statusp, int flags, struct nfs4_clnt *nfscl) argument
1587 struct nfs4_clnt *nfscl; local
2758 struct nfs4_clnt *nfscl; local
2789 struct nfs4_clnt *nfscl = arg; local
2820 struct nfs4_clnt *nfscl; local
[all...]
H A Dnfs_subr.c309 struct chtab **chp, struct nfs_clnt *nfscl)
327 nfscl->nfscl_stat.clgets.value.ui64++;
335 mutex_enter(&nfscl->nfscl_chtable_lock);
336 plistp = &nfscl->nfscl_chtable;
337 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) {
356 mutex_exit(&nfscl->nfscl_chtable_lock);
372 ch->ch_next = nfscl->nfscl_chtable;
373 nfscl->nfscl_chtable = ch;
379 } else if (ch != nfscl->nfscl_chtable) {
381 ch->ch_next = nfscl
308 clget_impl(clinfo_t *ci, servinfo_t *svp, cred_t *cr, CLIENT **newcl, struct chtab **chp, struct nfs_clnt *nfscl) argument
473 struct nfs_clnt *nfscl; local
482 acl_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, struct chtab **chp, struct nfs_clnt *nfscl) argument
543 nfs_clget(mntinfo_t *mi, servinfo_t *svp, cred_t *cr, CLIENT **newcl, struct chtab **chp, struct nfs_clnt *nfscl) argument
604 clfree_impl(CLIENT *cl, struct chtab *cp, struct nfs_clnt *nfscl) argument
631 struct nfs_clnt *nfscl; local
642 clreclaim_zone(struct nfs_clnt *nfscl, uint_t cl_holdtime) argument
734 struct nfs_clnt *nfscl; local
950 struct nfs_clnt *nfscl; local
1503 struct nfs_clnt *nfscl; local
3370 struct nfs_clnt *nfscl; local
3400 struct nfs_clnt *nfscl = arg; local
3431 struct nfs_clnt *nfscl; local
4254 struct nfs_clnt *nfscl = NULL; local
4483 struct nfs_clnt *nfscl; local
[all...]
H A Dnfs4_stub_vnops.c1392 struct nfs4_clnt *nfscl; local
1462 nfscl = zone_getspecific(nfs4clnt_zone_key, nfs_zone());
1463 nfscl->nfscl_stat.referrals.value.ui64++;

Completed in 75 milliseconds