gem5  v20.1.0.0
Public Attributes | List of all members
Linux::tgt_stat Struct Reference

Stat buffer. More...

#include <linux.hh>

Public Attributes

uint32_t st_dev
 device More...
 
uint32_t st_ino
 inode More...
 
uint32_t st_mode
 mode More...
 
uint32_t st_nlink
 link count More...
 
uint32_t st_uid
 owner's user ID More...
 
uint32_t st_gid
 owner's group ID More...
 
uint32_t st_rdev
 device number More...
 
int32_t _pad1
 for alignment More...
 
int64_t st_size
 file size in bytes More...
 
uint64_t st_atimeX
 time of last access More...
 
uint64_t st_mtimeX
 time of last modification More...
 
uint64_t st_ctimeX
 time of last status change More...
 
uint32_t st_blksize
 optimal I/O block size More...
 
int32_t st_blocks
 number of blocks allocated More...
 
uint32_t st_flags
 flags More...
 
uint32_t st_gen
 unknown More...
 

Detailed Description

Stat buffer.

Note that we can't call it 'stat' since that gets #defined to something else on some systems. This type can be specialized by architecture specific "Linux" classes

Definition at line 64 of file linux.hh.

Member Data Documentation

◆ _pad1

int32_t Linux::tgt_stat::_pad1

for alignment

Definition at line 72 of file linux.hh.

◆ st_atimeX

uint64_t Linux::tgt_stat::st_atimeX

time of last access

Definition at line 74 of file linux.hh.

◆ st_blksize

uint32_t Linux::tgt_stat::st_blksize

optimal I/O block size

Definition at line 77 of file linux.hh.

◆ st_blocks

int32_t Linux::tgt_stat::st_blocks

number of blocks allocated

Definition at line 78 of file linux.hh.

◆ st_ctimeX

uint64_t Linux::tgt_stat::st_ctimeX

time of last status change

Definition at line 76 of file linux.hh.

◆ st_dev

uint32_t Linux::tgt_stat::st_dev

device

Definition at line 65 of file linux.hh.

◆ st_flags

uint32_t Linux::tgt_stat::st_flags

flags

Definition at line 79 of file linux.hh.

◆ st_gen

uint32_t Linux::tgt_stat::st_gen

unknown

Definition at line 80 of file linux.hh.

◆ st_gid

uint32_t Linux::tgt_stat::st_gid

owner's group ID

Definition at line 70 of file linux.hh.

◆ st_ino

uint32_t Linux::tgt_stat::st_ino

inode

Definition at line 66 of file linux.hh.

◆ st_mode

uint32_t Linux::tgt_stat::st_mode

mode

Definition at line 67 of file linux.hh.

◆ st_mtimeX

uint64_t Linux::tgt_stat::st_mtimeX

time of last modification

Definition at line 75 of file linux.hh.

◆ st_nlink

uint32_t Linux::tgt_stat::st_nlink

link count

Definition at line 68 of file linux.hh.

◆ st_rdev

uint32_t Linux::tgt_stat::st_rdev

device number

Definition at line 71 of file linux.hh.

◆ st_size

int64_t Linux::tgt_stat::st_size

file size in bytes

Definition at line 73 of file linux.hh.

◆ st_uid

uint32_t Linux::tgt_stat::st_uid

owner's user ID

Definition at line 69 of file linux.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:26 for gem5 by doxygen 1.8.17