1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/exportfs.h>
8 extern const struct export_operations btrfs_export_ops
;
18 u64 parent_root_objectid
;
19 } __attribute__ ((packed
));
21 struct dentry
*btrfs_get_dentry(struct super_block
*sb
, u64 objectid
,
22 u64 root_objectid
, u32 generation
,
23 int check_generation
);
24 struct dentry
*btrfs_get_parent(struct dentry
*child
);