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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c3814 * ntfs_sync_helper - helper for ntfs_sync()
3824 static void ntfs_sync_helper(ntfs_inode *ni, struct ntfs_sync_args *args, function
3887 ntfs_sync_helper(vol->mftmirr_ni, &args, TRUE);
3888 ntfs_sync_helper(vol->mft_ni, &args, TRUE);
3889 ntfs_sync_helper(vol->mftmirr_ni, &args, FALSE);
3890 ntfs_sync_helper(vol->mft_ni, &args, FALSE);

Completed in 77 milliseconds