Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c229 while (cbp->cb_refcnt != 0) in rfs4_do_cb_null()
386 cbp->cb_refcnt++; in rfs4_cbinfo_hold()
412 cbp->cb_refcnt--; /* no longer using the information */ in rfs4_cbinfo_rele()
419 if (cbp->cb_refcnt == 0 && cbp->cb_nullcaller) in rfs4_cbinfo_rele()
428 if (cbp->cb_refcnt == 0 && in rfs4_cbinfo_rele()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h340 uint32_t cb_refcnt; member