func github.com/prometheus/procfs.parseNFSBytesStats

2 uses

	github.com/prometheus/procfs (current package)
		mountstats.go#L365: 			bstats, err := parseNFSBytesStats(ss[1:])
		mountstats.go#L417: func parseNFSBytesStats(ss []string) (*NFSBytesStats, error) {