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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h126 struct cl_writebehind *cl_wbehind; /* cluster write behind context */ member in struct:ubc_info
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c434 if ((wbp = ubc->cl_wbehind) == NULL) {
446 if (ubc->cl_wbehind == NULL)
447 ubc->cl_wbehind = wbp;
451 wbp = ubc->cl_wbehind;
5130 if ((wbp = ubc->cl_wbehind)) {
5151 ubc->cl_wbehind = NULL;
H A Dvfs_subr.c474 wbp = vp->v_ubcinfo->cl_wbehind;

Completed in 106 milliseconds