Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 {
20 
23 } __attribute__ ((packed));
24 
25 #endif