Searched refs:wbp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c430 struct cl_writebehind *wbp; local
434 if ((wbp = ubc->cl_wbehind) == NULL) {
439 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
441 bzero(wbp, sizeof *wbp);
442 lck_mtx_init(&wbp->cl_lockw, cl_mtx_grp, cl_mtx_attr);
447 ubc->cl_wbehind = wbp;
449 lck_mtx_destroy(&wbp->cl_lockw, cl_mtx_grp);
450 FREE_ZONE((void *)wbp, sizeo
465 struct cl_writebehind *wbp; local
2768 struct cl_writebehind *wbp; local
5017 struct cl_writebehind *wbp; local
5127 struct cl_writebehind *wbp; local
5158 cluster_try_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int io_flags, int (*callback)(buf_t, void *), void *callback_arg) argument
5507 sparse_cluster_switch(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int (*callback)(buf_t, void *), void *callback_arg) argument
[all...]
H A Dvfs_subr.c459 struct cl_writebehind *wbp; local
474 wbp = vp->v_ubcinfo->cl_wbehind;
476 if (wbp && (wbp->cl_number || wbp->cl_scmap))

Completed in 47 milliseconds