Searched refs:sparse_cluster_push (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c172 static void sparse_cluster_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int (*)(buf_t, void *), void *callback_arg);
2821 sparse_cluster_push(wbp, vp, newEOF, PUSH_ALL, callback, callback_arg);
2827 * to avoid the deadlock with sparse_cluster_push
4475 sparse_cluster_push(wbp, vp, ubc_getsize(vp), PUSH_ALL | IO_PASSIVE, callback, callback_arg);
4900 * sparse_cluster_push is called with the write behind lock held
4903 sparse_cluster_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int (*callback)(buf_t, void *), void *callback_arg) function
4955 sparse_cluster_push(wbp, vp, EOF, 0, callback, callback_arg);

Completed in 15 milliseconds