|
libclues
Linux C++ Tracing Library
|
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 |
32-bit sized stat data structure with some padding for SystemCallNR::STAT, LSTAT and FSTAT on 32-bit archs like i386.