libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
clues::stat32 Struct Reference

32-bit sized stat data structure with some padding for SystemCallNR::STAT, LSTAT and FSTAT on 32-bit archs like i386. More...

#include <stat.hxx>

Public Attributes

uint32_t dev
 
uint32_t ino
 
uint16_t mode
 
uint16_t nlink
 
uint16_t uid
 
uint16_t gid
 
uint32_t rdev
 
uint32_t size
 
uint32_t blksize
 
uint32_t blocks
 
uint32_t atime
 
uint32_t atime_nsec
 
uint32_t mtime
 
uint32_t mtime_nsec
 
uint32_t ctime
 
uint32_t ctime_nsec
 
uint32_t __unused4
 
uint32_t __unused5
 

Detailed Description

32-bit sized stat data structure with some padding for SystemCallNR::STAT, LSTAT and FSTAT on 32-bit archs like i386.

Definition at line 29 of file stat.hxx.

Member Data Documentation

◆ __unused4

uint32_t clues::stat32::__unused4

Definition at line 46 of file stat.hxx.

◆ __unused5

uint32_t clues::stat32::__unused5

Definition at line 47 of file stat.hxx.

◆ atime

uint32_t clues::stat32::atime

Definition at line 40 of file stat.hxx.

◆ atime_nsec

uint32_t clues::stat32::atime_nsec

Definition at line 41 of file stat.hxx.

◆ blksize

uint32_t clues::stat32::blksize

Definition at line 38 of file stat.hxx.

◆ blocks

uint32_t clues::stat32::blocks

Definition at line 39 of file stat.hxx.

◆ ctime

uint32_t clues::stat32::ctime

Definition at line 44 of file stat.hxx.

◆ ctime_nsec

uint32_t clues::stat32::ctime_nsec

Definition at line 45 of file stat.hxx.

◆ dev

uint32_t clues::stat32::dev

Definition at line 30 of file stat.hxx.

◆ gid

uint16_t clues::stat32::gid

Definition at line 35 of file stat.hxx.

◆ ino

uint32_t clues::stat32::ino

Definition at line 31 of file stat.hxx.

◆ mode

uint16_t clues::stat32::mode

Definition at line 32 of file stat.hxx.

◆ mtime

uint32_t clues::stat32::mtime

Definition at line 42 of file stat.hxx.

◆ mtime_nsec

uint32_t clues::stat32::mtime_nsec

Definition at line 43 of file stat.hxx.

◆ nlink

uint16_t clues::stat32::nlink

Definition at line 33 of file stat.hxx.

◆ rdev

uint32_t clues::stat32::rdev

Definition at line 36 of file stat.hxx.

◆ size

uint32_t clues::stat32::size

Definition at line 37 of file stat.hxx.

◆ uid

uint16_t clues::stat32::uid

Definition at line 34 of file stat.hxx.


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