aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/suballoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r--fs/ocfs2/suballoc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h
index 9e026c8afee4..028fd633b44e 100644
--- a/fs/ocfs2/suballoc.h
+++ b/fs/ocfs2/suballoc.h
@@ -67,6 +67,9 @@ static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac)
67int ocfs2_reserve_new_metadata(struct ocfs2_super *osb, 67int ocfs2_reserve_new_metadata(struct ocfs2_super *osb,
68 struct ocfs2_extent_list *root_el, 68 struct ocfs2_extent_list *root_el,
69 struct ocfs2_alloc_context **ac); 69 struct ocfs2_alloc_context **ac);
70int ocfs2_reserve_new_metadata_blocks(struct ocfs2_super *osb,
71 int blocks,
72 struct ocfs2_alloc_context **ac);
70int ocfs2_reserve_new_inode(struct ocfs2_super *osb, 73int ocfs2_reserve_new_inode(struct ocfs2_super *osb,
71 struct ocfs2_alloc_context **ac); 74 struct ocfs2_alloc_context **ac);
72int ocfs2_reserve_clusters(struct ocfs2_super *osb, 75int ocfs2_reserve_clusters(struct ocfs2_super *osb,