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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h118 struct cl_writebehind *cl_wbehind; /* cluster write behind context */ member in struct:ubc_info
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c356 if ((wbp = ubc->cl_wbehind) == NULL) {
368 if (ubc->cl_wbehind == NULL)
369 ubc->cl_wbehind = wbp;
373 wbp = ubc->cl_wbehind;
4499 if ((wbp = ubc->cl_wbehind)) {
4520 ubc->cl_wbehind = NULL;
H A Dvfs_subr.c406 wbp = vp->v_ubcinfo->cl_wbehind;

Completed in 102 milliseconds