Searched refs:VNOP_PAGEOUT (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vnode_pager.c | 367 if ((error_ret = VNOP_PAGEOUT(vp, upl, upl_offset, (off_t)f_offset, in vnode_pageout() 392 if ((error_ret = VNOP_PAGEOUT(vp, NULL, upl_offset, (off_t)f_offset, in vnode_pageout() 553 if ((error = VNOP_PAGEOUT(vp, upl, offset, (off_t)f_offset, in vnode_pageout()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1330 extern errno_t VNOP_PAGEOUT(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 5892 VNOP_PAGEOUT(struct vnode *vp, upl_t pl, upl_offset_t pl_offset, off_t f_offset, size_t size, int f… in VNOP_PAGEOUT() function
|