aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/alloc.h')
-rw-r--r--fs/ocfs2/alloc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/alloc.h b/fs/ocfs2/alloc.h
index 3eb735eedae6..0fbf8fc55a49 100644
--- a/fs/ocfs2/alloc.h
+++ b/fs/ocfs2/alloc.h
@@ -110,6 +110,11 @@ int ocfs2_remove_extent(struct inode *inode,
110 u32 cpos, u32 len, handle_t *handle, 110 u32 cpos, u32 len, handle_t *handle,
111 struct ocfs2_alloc_context *meta_ac, 111 struct ocfs2_alloc_context *meta_ac,
112 struct ocfs2_cached_dealloc_ctxt *dealloc); 112 struct ocfs2_cached_dealloc_ctxt *dealloc);
113int ocfs2_remove_btree_range(struct inode *inode,
114 struct ocfs2_extent_tree *et,
115 u32 cpos, u32 phys_cpos, u32 len,
116 struct ocfs2_cached_dealloc_ctxt *dealloc);
117
113int ocfs2_num_free_extents(struct ocfs2_super *osb, 118int ocfs2_num_free_extents(struct ocfs2_super *osb,
114 struct inode *inode, 119 struct inode *inode,
115 struct ocfs2_extent_tree *et); 120 struct ocfs2_extent_tree *et);