ocfs2: sparse b-tree support
[deliverable/linux.git] / fs / ocfs2 / alloc.h
index 0b82e8044325351ef5878c3400156ff3048213f7..b0880fdb3108cfbe4ac94cbf705b354b349b692e 100644 (file)
@@ -31,7 +31,8 @@ int ocfs2_insert_extent(struct ocfs2_super *osb,
                        handle_t *handle,
                        struct inode *inode,
                        struct buffer_head *fe_bh,
-                       u64 blkno,
+                       u32 cpos,
+                       u64 start_blk,
                        u32 new_clusters,
                        struct ocfs2_alloc_context *meta_ac);
 int ocfs2_num_free_extents(struct ocfs2_super *osb,
This page took 0.025353 seconds and 5 git commands to generate.