how to know if noatime or relatime is default mount option in kernel?
This should list all the options a file system was mounted with:
cat /proc/mounts
This question is pretty old, but you can look at default mount options for an ext filesystem with:
tune2fs -l /dev/<device>