Searched refs:ubc_msync (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | ubc.h | 77 errno_t ubc_msync(vnode_t, off_t, off_t, off_t *, int);
|
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 672 ubc_msync(vp, readoff, readoff + chunksize, NULL, UBC_INVALIDATE | UBC_PUSHALL); in imageboot_read_file_internal() 677 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 | 1456 (void) ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL, UBC_PUSHALL); in ubc_umcallback() 1809 ubc_msync(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags) in ubc_msync() function
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cluster.c | 1724 …ubc_msync(vp, cached_upl_f_offset, cached_upl_f_offset + PAGE_SIZE, NULL, UBC_PUSHALL | UBC_INVALI… in cluster_io() 1729 …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 | 3095 (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 | 14256 …ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL /* off_t *resid_off */, UBC_PUSHALL | UBC_INVALIDATE… in vnode_purge_callback()
|