Home
last modified time | relevance | path

Searched refs:VFS_SYNC (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h854 extern int VFS_SYNC(mount_t, int, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c330 VFS_SYNC(mount_t mp, int flags, vfs_context_t ctx) in VFS_SYNC() function
H A Dvfs_syscalls.c3076 error = VFS_SYNC(mp, MNT_WAIT, ctx); in dounmount()
3419 (void)VFS_SYNC(mp, waitfor, vfs_context_kernel()); in sync_callback()