repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
fs
/
btrfs
/
fiemap.h
blob
cfd74b35988f9d73d5e803b1314e6957adeb0dce
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 */