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

64-bit entries used with getdents64() on both 32-bit and 64-bit ABIs More...

#include <dirent.hxx>

Public Attributes

ino64_t d_ino
 
off64_t d_off
 
unsigned short d_reclen
 
unsigned char d_type
 
char d_name []
 

Detailed Description

64-bit entries used with getdents64() on both 32-bit and 64-bit ABIs

Definition at line 36 of file dirent.hxx.

Member Data Documentation

◆ d_ino

ino64_t clues::linux_dirent64::d_ino

Definition at line 37 of file dirent.hxx.

◆ d_name

char clues::linux_dirent64::d_name[]

Definition at line 41 of file dirent.hxx.

◆ d_off

off64_t clues::linux_dirent64::d_off

Definition at line 38 of file dirent.hxx.

◆ d_reclen

unsigned short clues::linux_dirent64::d_reclen

Definition at line 39 of file dirent.hxx.

◆ d_type

unsigned char clues::linux_dirent64::d_type

Definition at line 40 of file dirent.hxx.


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