]> Git Repo - linux.git/blob - fs/btrfs/fiemap.h
KVM: arm64: Sanitise ID_AA64MMFR3_EL1
[linux.git] / fs / btrfs / fiemap.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef BTRFS_FIEMAP_H
4 #define BTRFS_FIEMAP_H
5
6 #include <linux/fiemap.h>
7
8 int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
9                  u64 start, u64 len);
10
11 #endif /* BTRFS_FIEMAP_H */
This page took 0.029582 seconds and 4 git commands to generate.