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

Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT. More...

#include <stat.hxx>

Public Attributes

uint16_t dev
 
uint16_t ino
 
uint16_t mode
 
uint16_t nlink
 
uint16_t uid
 
uint16_t gid
 
uint16_t rdev
 
uint32_t size
 
uint32_t atime
 
uint32_t mtime
 
uint32_t ctime
 

Detailed Description

Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT.

Definition at line 14 of file stat.hxx.

Member Data Documentation

◆ atime

uint32_t clues::old_kernel_stat::atime

Definition at line 23 of file stat.hxx.

◆ ctime

uint32_t clues::old_kernel_stat::ctime

Definition at line 25 of file stat.hxx.

◆ dev

uint16_t clues::old_kernel_stat::dev

Definition at line 15 of file stat.hxx.

◆ gid

uint16_t clues::old_kernel_stat::gid

Definition at line 20 of file stat.hxx.

◆ ino

uint16_t clues::old_kernel_stat::ino

Definition at line 16 of file stat.hxx.

◆ mode

uint16_t clues::old_kernel_stat::mode

Definition at line 17 of file stat.hxx.

◆ mtime

uint32_t clues::old_kernel_stat::mtime

Definition at line 24 of file stat.hxx.

◆ nlink

uint16_t clues::old_kernel_stat::nlink

Definition at line 18 of file stat.hxx.

◆ rdev

uint16_t clues::old_kernel_stat::rdev

Definition at line 21 of file stat.hxx.

◆ size

uint32_t clues::old_kernel_stat::size

Definition at line 22 of file stat.hxx.

◆ uid

uint16_t clues::old_kernel_stat::uid

Definition at line 19 of file stat.hxx.


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