Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
linux_dirent64 Struct Reference

#include <dirent.h>

Data Fields

u64 d_ino
 
s64 d_off
 
unsigned short d_reclen
 
unsigned char d_type
 
char d_name [0]
 

Detailed Description

Definition at line 4 of file dirent.h.

Field Documentation

u64 d_ino

Definition at line 5 of file dirent.h.

char d_name[0]

Definition at line 9 of file dirent.h.

s64 d_off

Definition at line 6 of file dirent.h.

unsigned short d_reclen

Definition at line 7 of file dirent.h.

unsigned char d_type

Definition at line 8 of file dirent.h.


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