Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dubc_internal.h91 struct cl_writebehind { struct
177 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c169 sizeof(struct cl_writebehind), ZC_ZFREE_CLEARMEM);
231 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i…
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()
6202 struct cl_writebehind *wbp; in cluster_push_err()
6358 struct cl_writebehind *wbp; in cluster_release()
6829 sparse_cluster_push(struct cl_writebehind *wbp, void **scmap, vnode_t vp, off_t EOF, int push_flag, in sparse_cluster_push()
[all …]
H A Dvfs_subr.c536 struct cl_writebehind *wbp; in vnode_hasdirtyblks()