Searched refs:cl_writebehind (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | ubc_internal.h | 88 struct cl_writebehind { struct 174 struct cl_writebehind *cl_wbehind; /* cluster write behind context */
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 169 sizeof(struct cl_writebehind), ZC_ZFREE_CLEARMEM); 225 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int… 228 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t… 229 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i… 231 static int sparse_cluster_add(struct cl_writebehind *, void **cmapp, vnode_t vp, struct cl_ext… 477 static struct cl_writebehind * 481 struct cl_writebehind *wbp; in cluster_get_wbp() 487 return (struct cl_writebehind *)NULL; in cluster_get_wbp() 516 struct cl_writebehind *wbp; in cluster_syncup() 3270 struct cl_writebehind *wbp; in cluster_update_state_internal() [all …]
|
| H A D | vfs_subr.c | 544 struct cl_writebehind *wbp; in vnode_hasdirtyblks()
|