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

The single stat structure from asm-generic used e.g. on AARCH64. More...

#include <stat.hxx>

Public Attributes

unsigned long dev
 
unsigned long ino
 
unsigned int mode
 
unsigned int nlink
 
unsigned int uid
 
unsigned int gid
 
unsigned long rdev
 
unsigned long __pad1
 
long size
 
int blksize
 
int __pad2
 
long blocks
 
long atime
 
unsigned long atime_nsec
 
long mtime
 
unsigned long mtime_nsec
 
long ctime
 
unsigned long ctime_nsec
 
unsigned int __unused4
 
unsigned int __unused5
 

Detailed Description

The single stat structure from asm-generic used e.g. on AARCH64.

Definition at line 106 of file stat.hxx.

Member Data Documentation

◆ __pad1

unsigned long clues::stat64::__pad1

Definition at line 114 of file stat.hxx.

◆ __pad2

int clues::stat64::__pad2

Definition at line 117 of file stat.hxx.

◆ __unused4

unsigned int clues::stat64::__unused4

Definition at line 125 of file stat.hxx.

◆ __unused5

unsigned int clues::stat64::__unused5

Definition at line 126 of file stat.hxx.

◆ atime

long clues::stat64::atime

Definition at line 119 of file stat.hxx.

◆ atime_nsec

unsigned long clues::stat64::atime_nsec

Definition at line 120 of file stat.hxx.

◆ blksize

int clues::stat64::blksize

Definition at line 116 of file stat.hxx.

◆ blocks

long clues::stat64::blocks

Definition at line 118 of file stat.hxx.

◆ ctime

long clues::stat64::ctime

Definition at line 123 of file stat.hxx.

◆ ctime_nsec

unsigned long clues::stat64::ctime_nsec

Definition at line 124 of file stat.hxx.

◆ dev

unsigned long clues::stat64::dev

Definition at line 107 of file stat.hxx.

◆ gid

unsigned int clues::stat64::gid

Definition at line 112 of file stat.hxx.

◆ ino

unsigned long clues::stat64::ino

Definition at line 108 of file stat.hxx.

◆ mode

unsigned int clues::stat64::mode

Definition at line 109 of file stat.hxx.

◆ mtime

long clues::stat64::mtime

Definition at line 121 of file stat.hxx.

◆ mtime_nsec

unsigned long clues::stat64::mtime_nsec

Definition at line 122 of file stat.hxx.

◆ nlink

unsigned int clues::stat64::nlink

Definition at line 110 of file stat.hxx.

◆ rdev

unsigned long clues::stat64::rdev

Definition at line 113 of file stat.hxx.

◆ size

long clues::stat64::size

Definition at line 115 of file stat.hxx.

◆ uid

unsigned int clues::stat64::uid

Definition at line 111 of file stat.hxx.


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