func github.com/prometheus/procfs.mountOptionsParser

3 uses

	github.com/prometheus/procfs (current package)
		mountinfo.go#L92: 		Options:        mountOptionsParser(mountInfo[5]),
		mountinfo.go#L96: 		SuperOptions:   mountOptionsParser(mountInfo[mountInfoLength-1]),
		mountinfo.go#L148: func mountOptionsParser(mountOptions string) map[string]string {