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