For various reasons you may want to force a check (fsck) of a filesystem you currently use (most likely the root / filesystem as you cannot umount it on-the-go). To achieve that do: (below is for the / mount)
# touch /forcefsck
and after the reboot you’ll see that the fsck is being done.