gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::Linux::tgt_stat Struct Reference

Stat buffer. More...

#include <linux.hh>

Public Attributes

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

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 79 of file linux.hh.

Member Data Documentation

◆ _pad1

int32_t gem5::Linux::tgt_stat::_pad1

for alignment

Definition at line 88 of file linux.hh.

◆ st_atimeX

uint64_t gem5::Linux::tgt_stat::st_atimeX

time of last access

Definition at line 90 of file linux.hh.

◆ st_blksize

uint32_t gem5::Linux::tgt_stat::st_blksize

optimal I/O block size

Definition at line 93 of file linux.hh.

◆ st_blocks

int32_t gem5::Linux::tgt_stat::st_blocks

number of blocks allocated

Definition at line 94 of file linux.hh.

◆ st_ctimeX

uint64_t gem5::Linux::tgt_stat::st_ctimeX

time of last status change

Definition at line 92 of file linux.hh.

◆ st_dev

uint32_t gem5::Linux::tgt_stat::st_dev

device

Definition at line 81 of file linux.hh.

◆ st_flags

uint32_t gem5::Linux::tgt_stat::st_flags

flags

Definition at line 95 of file linux.hh.

◆ st_gen

uint32_t gem5::Linux::tgt_stat::st_gen

unknown

Definition at line 96 of file linux.hh.

◆ st_gid

uint32_t gem5::Linux::tgt_stat::st_gid

owner's group ID

Definition at line 86 of file linux.hh.

◆ st_ino

uint32_t gem5::Linux::tgt_stat::st_ino

inode

Definition at line 82 of file linux.hh.

◆ st_mode

uint32_t gem5::Linux::tgt_stat::st_mode

mode

Definition at line 83 of file linux.hh.

◆ st_mtimeX

uint64_t gem5::Linux::tgt_stat::st_mtimeX

time of last modification

Definition at line 91 of file linux.hh.

◆ st_nlink

uint32_t gem5::Linux::tgt_stat::st_nlink

link count

Definition at line 84 of file linux.hh.

◆ st_rdev

uint32_t gem5::Linux::tgt_stat::st_rdev

device number

Definition at line 87 of file linux.hh.

◆ st_size

int64_t gem5::Linux::tgt_stat::st_size

file size in bytes

Definition at line 89 of file linux.hh.

◆ st_uid

uint32_t gem5::Linux::tgt_stat::st_uid

owner's user ID

Definition at line 85 of file linux.hh.


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

Generated on Tue Jun 18 2024 16:24:12 for gem5 by doxygen 1.11.0