fsblkcnt_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias fsblkcnt_t = ulong
  2. alias fsblkcnt_t = c_ulong
    version(linux)
    extern (C)
    static if(!(__USE_LARGEFILE64))
    alias fsblkcnt_t = c_ulong
  3. alias fsblkcnt_t = uint
  4. alias fsblkcnt_t = ulong
  5. alias fsblkcnt_t = ulong
  6. alias fsblkcnt_t = c_ulong

Meta