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

/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h128 struct cl_writebehind *cl_wbehind; /* cluster write behind context */ member in struct:ubc_info
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c415 if ((wbp = ubc->cl_wbehind) == NULL) {
427 if (ubc->cl_wbehind == NULL)
428 ubc->cl_wbehind = wbp;
432 wbp = ubc->cl_wbehind;
5103 if ((wbp = ubc->cl_wbehind)) {
5124 ubc->cl_wbehind = NULL;
H A Dvfs_subr.c474 wbp = vp->v_ubcinfo->cl_wbehind;

Completed in 46 milliseconds