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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_protos.h160 extern pager_return_t vnode_pageout(
H A Dbsd_vm.c963 vnode_pageout(vnode_object->vnode_handle,
1009 vnode_pageout(vnode_object->vnode_handle,
/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c242 vnode_pageout(struct vnode *vp, function
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c4409 if (vnode_pageout(ps->ps_vnode, upl, upl_offset, f_offset, (upl_size_t)size, flags, NULL))
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1156 * go direct to vnode_pageout so that we don't have to
1183 * includes the page we're about to push out through vnode_pageout...
1217 * than just the page we are pushing out via vnode_pageout...
1228 if (vnode_pageout(vp, upl, trunc_page(upl_offset), trunc_page_64(f_offset), PAGE_SIZE, pageout_flags, NULL) != PAGER_SUCCESS) {

Completed in 46 milliseconds