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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c194 static int cluster_push_now(vnode_t vp, struct cl_extent *, off_t EOF, int flags, int (*)(buf_t, void *), void *callback_arg);
3368 * we do this via cluster_push_now... by passing along the IO_SYNC flag, we force
3369 * cluster_push_now to wait until all the I/Os have completed... cluster_push_now is also
3372 retval = cluster_push_now(vp, &cl, newEOF, flags, callback, callback_arg);
5258 cluster_push_now(vp, &cl, EOF, flags, callback, callback_arg);
5334 cluster_push_now(vnode_t vp, struct cl_extent *cl, off_t EOF, int flags, int (*callback)(buf_t, void *), void *callback_arg) function
5558 cluster_push_now(vp, &cl, EOF, io_flags & (IO_PASSIVE|IO_CLOSE), callback, callback_arg);

Completed in 28 milliseconds