type github.com/prometheus/procfs/internal/fs.FS

7 uses

	github.com/prometheus/procfs/internal/fs (current package)
		fs.go#L35: type FS string
		fs.go#L39: func NewFS(mountPoint string) (FS, error) {
		fs.go#L48: 	return FS(mountPoint), nil
		fs.go#L53: func (fs FS) Path(p ...string) string {

	github.com/prometheus/procfs
		fs.go#L23: 	proc fs.FS
		proc.go#L33: 	fs fs.FS
		proc_stat.go#L104: 	proc fs.FS