Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c224 while (cbp->cb_refcnt != 0) in rfs4_do_cb_null()
381 cbp->cb_refcnt++; in rfs4_cbinfo_hold()
407 cbp->cb_refcnt--; /* no longer using the information */ in rfs4_cbinfo_rele()
414 if (cbp->cb_refcnt == 0 && cbp->cb_nullcaller) in rfs4_cbinfo_rele()
423 if (cbp->cb_refcnt == 0 && in rfs4_cbinfo_rele()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h321 uint32_t cb_refcnt; member