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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h86 int cluster_pageout(vnode_t, upl_t, upl_offset_t, off_t, int, off_t, int);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c668 * will be, so that it can pass that on to cluster_pageout, and
2797 * funnel the VNOP_PAGEOUT directly into a cluster_pageout call for the
4079 * scanning for dirty ranges. We'll issue our own N cluster_pageout calls, for
4202 if ((error = cluster_pageout(vp, upl, offset, f_offset,
4212 /* capture errnos bubbled out of cluster_pageout if they occurred */
4249 * just call cluster_pageout for old pre-v2 behavior
4251 retval = cluster_pageout(vp, upl, a_pl_offset, ap->a_f_offset,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1130 * if we got here via cluster_pageout
1796 cluster_pageout(vnode_t vp, upl_t upl, upl_offset_t upl_offset, off_t f_offset, function

Completed in 23 milliseconds