VMBackup/debughelper/checkMounts.go (5 lines of code) (raw):

package main type Mount struct{} // Get all mounts - to check for noatime vs reltime func mounts() []Mount { return nil }