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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h82 struct cl_writebehind { struct
118 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_malloc.c470 { SOS(cl_writebehind),KMZ_CREATEZONE }, /* 97 M_CLWRBEHIND */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c169 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int (*)(buf_t, void *), void *callback_arg);
171 static void sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t, void *), void *callback_arg);
172 static void sparse_cluster_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int (*)(buf_t, void *), void *callback_arg);
173 static void sparse_cluster_add(struct cl_writebehind *, vnode_t vp, struct cl_extent *, off_t EOF, int (*)(buf_t, void *), void *callback_arg);
348 static struct cl_writebehind *
352 struct cl_writebehind *wbp;
359 return ((struct cl_writebehind *)NULL);
361 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
387 struct cl_writebehind *wbp;
2437 struct cl_writebehind *wb
[all...]
H A Dvfs_subr.c391 struct cl_writebehind *wbp;

Completed in 97 milliseconds