Searched refs:cl_writebehind (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | ubc_internal.h | 91 struct cl_writebehind { struct 181 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_cluster.c | 170 sizeof(struct cl_writebehind), ZC_ZFREE_CLEARMEM); 231 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int… 234 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t… 235 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i… 237 static int sparse_cluster_add(struct cl_writebehind *, void **cmapp, vnode_t vp, struct cl_ext… 547 static struct cl_writebehind * 551 struct cl_writebehind *wbp; in cluster_get_wbp() 557 return (struct cl_writebehind *)NULL; in cluster_get_wbp() 586 struct cl_writebehind *wbp; in cluster_syncup() 3900 struct cl_writebehind *wbp; in cluster_update_state_internal() [all …]
|
| H A D | vfs_subr.c | 537 struct cl_writebehind *wbp; in vnode_hasdirtyblks()
|