Searched refs:sparse_cluster_switch (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cluster.c | 228 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t… 3472 sparse_cluster_switch(wbp, vp, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 6148 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push() 6169 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push() 6398 sparse_cluster_switch(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int (*callback)(buf_t, voi… in sparse_cluster_switch() function
|