xtensa: fix type conversion in __get_user_[no]check
[linux/fpc-iii.git] / fs / btrfs / export.h
blob57488ecd7d4ef59adb0c57f3836d2803eb3170ed
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef BTRFS_EXPORT_H
4 #define BTRFS_EXPORT_H
6 #include <linux/exportfs.h>
8 extern const struct export_operations btrfs_export_ops;
10 struct btrfs_fid {
11 u64 objectid;
12 u64 root_objectid;
13 u32 gen;
15 u64 parent_objectid;
16 u32 parent_gen;
18 u64 parent_root_objectid;
19 } __attribute__ ((packed));
21 #endif