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

/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h87 struct cl_writebehind { struct
128 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c196 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int flags, int (*)(buf_t, void *), void *callback_arg);
198 static void sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t, void *), void *callback_arg);
407 static struct cl_writebehind *
411 struct cl_writebehind *wbp;
418 return ((struct cl_writebehind *)NULL);
420 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
446 struct cl_writebehind *wbp;
2740 struct cl_writebehind *wbp;
4990 struct cl_writebehind *wbp;
5100 struct cl_writebehind *wb
[all...]
H A Dvfs_subr.c459 struct cl_writebehind *wbp;
/xnu-2422.115.4/bsd/kern/
H A Dkern_malloc.c462 { SOS(cl_writebehind),KMZ_CREATEZONE, TRUE }, /* 97 M_CLWRBEHIND */

Completed in 46 milliseconds