1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/exportfs.h>
7 #include <linux/types.h>
12 extern const struct export_operations btrfs_export_ops
;
22 u64 parent_root_objectid
;
23 } __attribute__ ((packed
));
25 struct dentry
*btrfs_get_dentry(struct super_block
*sb
, u64 objectid
,
26 u64 root_objectid
, u64 generation
);
27 struct dentry
*btrfs_get_parent(struct dentry
*child
);