Searched refs:cl_wbehind (Results 1 – 3 of 3) sorted by relevance
177 struct cl_writebehind *cl_wbehind; /* cluster write behind context */ member
535 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()546 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()547 ubc->cl_wbehind = wbp; in cluster_get_wbp()551 wbp = ubc->cl_wbehind; in cluster_get_wbp()6361 if ((wbp = ubc->cl_wbehind)) { in cluster_release()6369 ubc->cl_wbehind = NULL; in cluster_release()
553 wbp = vp->v_ubcinfo->cl_wbehind; in vnode_hasdirtyblks()