inodes_stat_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (C) @nogc nothrow
struct inodes_stat_t {
c_long nr_inodes;
c_long nr_unused;
}

Members

Variables

dummy
c_long[5] dummy;

padding for sysctl ABI compatibility

Meta