lfs_flushfiles
static int lfs_flushfiles(struct mount *, int);
error = lfs_flushfiles(mp, mntflags & MNT_FORCE ? FORCECLOSE : 0);
error = lfs_flushfiles(mp, flags);