VFS_SYNC
#define VFS_SYNC(vfsp) (*(vfsp)->vfs_op->vfs_sync)(vfsp)
#define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr)