@haxall/haxall
    Preparing search index...

    Interface StatsFsBase<T>

    interface StatsFsBase<T> {
        bavail: T;
        bfree: T;
        blocks: T;
        bsize: T;
        ffree: T;
        files: T;
        type: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    bavail: T

    Available blocks for unprivileged users

    bfree: T

    Free blocks in file system.

    blocks: T

    Total data blocks in file system.

    bsize: T

    Optimal transfer block size.

    ffree: T

    Free file nodes in file system.

    files: T

    Total file nodes in file system.

    type: T

    Type of file system.