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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c137 static int cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size,
224 * on the cluster_io context
749 cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, function
975 * has been taken care of before we get back into cluster_io)
1275 panic("BUSY bp found in cluster_io");
1373 (void)vnode_waitforwrites(vp, async_throttle, 0, 0, "cluster_io");
1661 return (cluster_io(vp, upl, upl_offset, f_offset, io_size,
1723 retval = cluster_io(vp, upl, upl_offset, f_offset, io_size,
1755 return (cluster_io(bp->b_vp, bp->b_upl, 0, f_offset, bp->b_bcount, flags, bp, (struct clios *)NULL, callback, callback_arg));
1975 * I/O that ends on a page boundary in cluster_io
[all...]

Completed in 32 milliseconds