diff options
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index e3c13c77f9e8..8c9a78a43164 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -88,6 +88,8 @@ int ocfs2_claim_metadata(struct ocfs2_super *osb, | |||
88 | u64 *blkno_start); | 88 | u64 *blkno_start); |
89 | int ocfs2_claim_new_inode(struct ocfs2_super *osb, | 89 | int ocfs2_claim_new_inode(struct ocfs2_super *osb, |
90 | handle_t *handle, | 90 | handle_t *handle, |
91 | struct inode *dir, | ||
92 | struct buffer_head *parent_fe_bh, | ||
91 | struct ocfs2_alloc_context *ac, | 93 | struct ocfs2_alloc_context *ac, |
92 | u16 *suballoc_bit, | 94 | u16 *suballoc_bit, |
93 | u64 *fe_blkno); | 95 | u64 *fe_blkno); |
@@ -186,4 +188,6 @@ int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_extent_tree *et, | |||
186 | u32 clusters_to_add, u32 extents_to_split, | 188 | u32 clusters_to_add, u32 extents_to_split, |
187 | struct ocfs2_alloc_context **data_ac, | 189 | struct ocfs2_alloc_context **data_ac, |
188 | struct ocfs2_alloc_context **meta_ac); | 190 | struct ocfs2_alloc_context **meta_ac); |
191 | |||
192 | int ocfs2_test_inode_bit(struct ocfs2_super *osb, u64 blkno, int *res); | ||
189 | #endif /* _CHAINALLOC_H_ */ | 193 | #endif /* _CHAINALLOC_H_ */ |