diff options
Diffstat (limited to 'fs/ocfs2/extent_map.h')
-rw-r--r-- | fs/ocfs2/extent_map.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/ocfs2/extent_map.h b/fs/ocfs2/extent_map.h index b7dd9731b462..e79d41c2c909 100644 --- a/fs/ocfs2/extent_map.h +++ b/fs/ocfs2/extent_map.h | |||
@@ -55,12 +55,18 @@ int ocfs2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, | |||
55 | 55 | ||
56 | int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, | 56 | int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, |
57 | u32 *p_cluster, u32 *num_clusters, | 57 | u32 *p_cluster, u32 *num_clusters, |
58 | struct ocfs2_extent_list *el); | 58 | struct ocfs2_extent_list *el, |
59 | unsigned int *extent_flags); | ||
59 | 60 | ||
60 | int ocfs2_read_virt_blocks(struct inode *inode, u64 v_block, int nr, | 61 | int ocfs2_read_virt_blocks(struct inode *inode, u64 v_block, int nr, |
61 | struct buffer_head *bhs[], int flags, | 62 | struct buffer_head *bhs[], int flags, |
62 | int (*validate)(struct super_block *sb, | 63 | int (*validate)(struct super_block *sb, |
63 | struct buffer_head *bh)); | 64 | struct buffer_head *bh)); |
65 | int ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, | ||
66 | struct ocfs2_extent_list *el, | ||
67 | struct buffer_head *eb_bh, | ||
68 | u32 v_cluster, | ||
69 | u32 *num_clusters); | ||
64 | static inline int ocfs2_read_virt_block(struct inode *inode, u64 v_block, | 70 | static inline int ocfs2_read_virt_block(struct inode *inode, u64 v_block, |
65 | struct buffer_head **bh, | 71 | struct buffer_head **bh, |
66 | int (*validate)(struct super_block *sb, | 72 | int (*validate)(struct super_block *sb, |