ocfs2: Add extended attribute support
[deliverable/linux.git] / fs / ocfs2 / suballoc.h
index 9e026c8afee47d5ef10bd22c9a25f08171ce7482..028fd633b44eb8a8d808618ce10d93eb3eb70c59 100644 (file)
@@ -67,6 +67,9 @@ static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac)
 int ocfs2_reserve_new_metadata(struct ocfs2_super *osb,
                               struct ocfs2_extent_list *root_el,
                               struct ocfs2_alloc_context **ac);
+int ocfs2_reserve_new_metadata_blocks(struct ocfs2_super *osb,
+                                     int blocks,
+                                     struct ocfs2_alloc_context **ac);
 int ocfs2_reserve_new_inode(struct ocfs2_super *osb,
                            struct ocfs2_alloc_context **ac);
 int ocfs2_reserve_clusters(struct ocfs2_super *osb,
This page took 0.026352 seconds and 5 git commands to generate.