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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h87 struct cl_writebehind { struct
126 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
/darwin-on-arm/xnu/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);
426 static struct cl_writebehind *
430 struct cl_writebehind *wbp;
437 return ((struct cl_writebehind *)NULL);
439 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
465 struct cl_writebehind *wbp;
2768 struct cl_writebehind *wbp;
5017 struct cl_writebehind *wbp;
5127 struct cl_writebehind *wb
[all...]
H A Dvfs_subr.c459 struct cl_writebehind *wbp;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c457 { SOS(cl_writebehind),KMZ_CREATEZONE, TRUE }, /* 97 M_CLWRBEHIND */

Completed in 108 milliseconds