Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
dirent.h
Go to the documentation of this file.
1
#ifndef _LINUX_DIRENT_H
2
#define _LINUX_DIRENT_H
3
4
struct
linux_dirent64
{
5
u64
d_ino
;
6
s64
d_off
;
7
unsigned
short
d_reclen
;
8
unsigned
char
d_type
;
9
char
d_name
[0];
10
};
11
12
#endif
Generated on Thu Jan 10 2013 14:51:19 for Linux Kernel by
1.8.2