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 BTRFS_EXPORT_H
2 #define BTRFS_EXPORT_H
3 
4 #include <linux/exportfs.h>
5 
6 extern const struct export_operations btrfs_export_ops;
7 
8 struct btrfs_fid {
12 
15 
17 } __attribute__ ((packed));
18 
19 #endif