Searched refs:ubc_msync (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | ubc.h | 77 errno_t ubc_msync(vnode_t, off_t, off_t, off_t *, int);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | imageboot.c | 709 ubc_msync(vp, readoff, readoff + chunksize, NULL, UBC_INVALIDATE | UBC_PUSHALL); in imageboot_read_file_internal() 714 ubc_msync(rsrc_vp, 0, ubc_getsize(rsrc_vp), NULL, UBC_INVALIDATE | UBC_PUSHALL); in imageboot_read_file_internal()
|
| H A D | ubc_subr.c | 1413 (void) ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL, UBC_PUSHALL); in ubc_umcallback() 1766 ubc_msync(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags) in ubc_msync() function
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_cluster.c | 1819 …ubc_msync(vp, cached_upl_f_offset, cached_upl_f_offset + PAGE_SIZE, NULL, UBC_PUSHALL | UBC_INVALI… in cluster_io() 1824 …ubc_msync(vp, cached_upl_end_offset - PAGE_SIZE, cached_upl_end_offset, NULL, UBC_PUSHALL | UBC_IN… in cluster_io()
|
| H A D | vfs_subr.c | 3099 (void)ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL, UBC_PUSHALL | UBC_INVALIDATE | UBC_SYNC); in vclean()
|
| H A D | vfs_syscalls.c | 14654 …ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL /* off_t *resid_off */, UBC_PUSHALL | UBC_INVALIDATE… in vnode_purge_callback()
|