summaryrefslogtreecommitdiff
path: root/fs/btrfs/fiemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/fiemap.h')
-rw-r--r--fs/btrfs/fiemap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/btrfs/fiemap.h b/fs/btrfs/fiemap.h
new file mode 100644
index 000000000000..cfd74b35988f
--- /dev/null
+++ b/fs/btrfs/fiemap.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef BTRFS_FIEMAP_H
+#define BTRFS_FIEMAP_H
+
+#include <linux/fiemap.h>
+
+int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
+ u64 start, u64 len);
+
+#endif /* BTRFS_FIEMAP_H */