vfs_sync 125 include/sys/mount.h int (*vfs_sync) (mount_t); vfs_sync 142 include/sys/mount.h #define VFS_SYNC(MP) ((MP)->m_op->vfs_sync)(MP)