mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
12 lines
241 B
C
12 lines
241 B
C
|
/* 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 */
|