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
fs
nilfs2
export.h
Go to the documentation of this file.
1
#ifndef NILFS_EXPORT_H
2
#define NILFS_EXPORT_H
3
4
#include <
linux/exportfs.h
>
5
6
extern
const
struct
export_operations
nilfs_export_ops
;
7
16
struct
nilfs_fid
{
17
u64
cno
;
18
u64
ino
;
19
u32
gen
;
20
21
u32
parent_gen
;
22
u64
parent_ino
;
23
}
__attribute__
((packed));
24
25
#endif
Generated on Thu Jan 10 2013 14:45:27 for Linux Kernel by
1.8.2