diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 194fb237a307..385c9a197df1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1998,6 +1998,9 @@ extern int vfs_fstat(unsigned int, struct kstat *); | |||
1998 | 1998 | ||
1999 | extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, | 1999 | extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, |
2000 | unsigned long arg); | 2000 | unsigned long arg); |
2001 | extern int generic_block_fiemap(struct inode *inode, | ||
2002 | struct fiemap_extent_info *fieinfo, u64 start, | ||
2003 | u64 len, get_block_t *get_block); | ||
2001 | 2004 | ||
2002 | extern void get_filesystem(struct file_system_type *fs); | 2005 | extern void get_filesystem(struct file_system_type *fs); |
2003 | extern void put_filesystem(struct file_system_type *fs); | 2006 | extern void put_filesystem(struct file_system_type *fs); |