Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dubc_internal.h177 struct cl_writebehind *cl_wbehind; /* cluster write behind context */ member
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c533 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()
544 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()
545 ubc->cl_wbehind = wbp; in cluster_get_wbp()
549 wbp = ubc->cl_wbehind; in cluster_get_wbp()
6368 if ((wbp = ubc->cl_wbehind)) { in cluster_release()
6376 ubc->cl_wbehind = NULL; in cluster_release()
H A Dvfs_subr.c553 wbp = vp->v_ubcinfo->cl_wbehind; in vnode_hasdirtyblks()