Home
last modified time | relevance | path

Searched refs:cl_wbehind (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dubc_internal.h166 struct cl_writebehind *cl_wbehind; /* cluster write behind context */ member
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_cluster.c467 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()
478 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()
479 ubc->cl_wbehind = wbp; in cluster_get_wbp()
483 wbp = ubc->cl_wbehind; in cluster_get_wbp()
5996 if ((wbp = ubc->cl_wbehind)) { in cluster_release()
6004 ubc->cl_wbehind = NULL; in cluster_release()
H A Dvfs_subr.c533 wbp = vp->v_ubcinfo->cl_wbehind; in vnode_hasdirtyblks()