Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c210 if (cbp->cb_nullcaller == TRUE) { in rfs4_do_cb_null()
217 cbp->cb_nullcaller = TRUE; in rfs4_do_cb_null()
278 cbp->cb_nullcaller = FALSE; in rfs4_do_cb_null()
321 cbp->cb_nullcaller = FALSE; in rfs4_do_cb_null()
346 while (cbp->cb_newer.cb_new == TRUE && cbp->cb_nullcaller == FALSE) { in rfs4_cbinfo_hold()
360 if (cbp->cb_newer.cb_new == FALSE || cbp->cb_nullcaller == TRUE) in rfs4_cbinfo_hold()
371 if (cbp->cb_nullcaller == TRUE) in rfs4_cbinfo_hold()
414 if (cbp->cb_refcnt == 0 && cbp->cb_nullcaller) in rfs4_cbinfo_rele()
424 cbp->cb_nullcaller == FALSE && in rfs4_cbinfo_rele()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h325 bool_t cb_nullcaller; member