_stat_tΒΆ

_stat_t :: struct {
    st_dev: _dev_t;
    st_mode: _mode_t;
    st_nlink: _nlink_t;
    st_ino: _ino64_t;
    st_uid: _uid_t;
    st_gid: _gid_t;
    st_rdev: _dev_t;
    st_atimespec: _timespec;
    st_mtimespec: _timespec;
    st_ctimespec: _timespec;
    st_birthtimespec: _timespec;
    st_size: _off_t;
    st_blocks: _blkcnt_t;
    st_blksize: _blksize_t;
    st_flags: u32;
    st_gen: u32;
    st_lspare: s32;
    st_qspare: ;
}

Declared in: stat.bl