diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index 3f96c875bcf7..a3e531e62df2 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -162,4 +162,9 @@ u64 ocfs2_which_cluster_group(struct inode *inode, u32 cluster); | |||
162 | int ocfs2_check_group_descriptor(struct super_block *sb, | 162 | int ocfs2_check_group_descriptor(struct super_block *sb, |
163 | struct ocfs2_dinode *di, | 163 | struct ocfs2_dinode *di, |
164 | struct ocfs2_group_desc *gd); | 164 | struct ocfs2_group_desc *gd); |
165 | int ocfs2_lock_allocators(struct inode *inode, struct buffer_head *root_bh, | ||
166 | struct ocfs2_extent_list *root_el, | ||
167 | u32 clusters_to_add, u32 extents_to_split, | ||
168 | struct ocfs2_alloc_context **data_ac, | ||
169 | struct ocfs2_alloc_context **meta_ac); | ||
165 | #endif /* _CHAINALLOC_H_ */ | 170 | #endif /* _CHAINALLOC_H_ */ |