Home
last modified time | relevance | path

Searched refs:cl_writebehind (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dubc_internal.h91 struct cl_writebehind { struct
177 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c169 sizeof(struct cl_writebehind), ZC_ZFREE_CLEARMEM);
227 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int…
230 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t…
231 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i…
233 static int sparse_cluster_add(struct cl_writebehind *, void **cmapp, vnode_t vp, struct cl_ext…
527 static struct cl_writebehind *
531 struct cl_writebehind *wbp; in cluster_get_wbp()
537 return (struct cl_writebehind *)NULL; in cluster_get_wbp()
566 struct cl_writebehind *wbp; in cluster_syncup()
3594 struct cl_writebehind *wbp; in cluster_update_state_internal()
[all …]
H A Dvfs_subr.c536 struct cl_writebehind *wbp; in vnode_hasdirtyblks()