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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h83 int cluster_pageout(vnode_t, upl_t, vm_offset_t, off_t, int, off_t, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_readwrite.c615 * cluster_pageout does all of this now
646 error = cluster_pageout(vp, pl, pl_offset, f_offset, round_page_32(xfer_size), ip->i_size, flags);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c489 * will be, so that it can pass that on to cluster_pageout, and
3031 retval = cluster_pageout(vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c951 * if we got here via cluster_pageout
1579 cluster_pageout(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, function

Completed in 38 milliseconds