Searched refs:vfs_sync (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h373 * waitfor flags to vfs_sync() and getfsstat()
619 @function vfs_sync
621 @discussion vfs_sync will be called as part of the sync() system call and during unmount.
627 int (*vfs_sync)(struct mount *mp, int waitfor, vfs_context_t context); member in struct:vfsops
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c309 if ((mp == dead_mountp) || (mp->mnt_op->vfs_sync == 0))
316 error = (*mp->mnt_op->vfs_sync)(mp, flags, ctx);

Completed in 40 milliseconds