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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c412 struct cl_writebehind *wbp; local
416 if ((wbp = ubc->cl_wbehind) == NULL) {
421 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
423 bzero(wbp, sizeof *wbp);
424 lck_mtx_init(&wbp->cl_lockw, cl_mtx_grp, cl_mtx_attr);
429 ubc->cl_wbehind = wbp;
431 lck_mtx_destroy(&wbp->cl_lockw, cl_mtx_grp);
432 FREE_ZONE((void *)wbp, sizeo
447 struct cl_writebehind *wbp; local
2741 struct cl_writebehind *wbp; local
5014 struct cl_writebehind *wbp; local
5124 struct cl_writebehind *wbp; local
5155 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.c465 struct cl_writebehind *wbp; local
480 wbp = vp->v_ubcinfo->cl_wbehind;
482 if (wbp && (wbp->cl_number || wbp->cl_scmap))
/macosx-10.10/file_cmds-242/compress/
H A Dzopen.c235 zwrite(void *cookie, const char *wbp, int num) argument
249 bp = (const u_char *)wbp;
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices12417 paycash-wbp 8129/tcp # PayCash Wallet-Browser
12418 paycash-wbp 8129/udp # PayCash Wallet-Browser

Completed in 235 milliseconds