StatsFsBase

sealed external interface StatsFsBase<T>(source)

Inheritors

Properties

Link copied to clipboard
abstract var bavail: T

Available blocks for unprivileged users

Link copied to clipboard
abstract var bfree: T

Free blocks in file system.

Link copied to clipboard
abstract var blocks: T

Total data blocks in file system.

Link copied to clipboard
abstract var bsize: T

Optimal transfer block size.

Link copied to clipboard
abstract var ffree: T

Free file nodes in file system.

Link copied to clipboard
abstract var files: T

Total file nodes in file system.

Link copied to clipboard
abstract var type: T

Type of file system.