diff options
Diffstat (limited to 'fs/ocfs2/refcounttree.h')
-rw-r--r-- | fs/ocfs2/refcounttree.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ocfs2/refcounttree.h b/fs/ocfs2/refcounttree.h index 1e3446a655dd..2c238e682570 100644 --- a/fs/ocfs2/refcounttree.h +++ b/fs/ocfs2/refcounttree.h | |||
@@ -93,4 +93,10 @@ int ocfs2_add_refcount_flag(struct inode *inode, | |||
93 | int ocfs2_remove_refcount_tree(struct inode *inode, struct buffer_head *di_bh); | 93 | int ocfs2_remove_refcount_tree(struct inode *inode, struct buffer_head *di_bh); |
94 | int ocfs2_try_remove_refcount_tree(struct inode *inode, | 94 | int ocfs2_try_remove_refcount_tree(struct inode *inode, |
95 | struct buffer_head *di_bh); | 95 | struct buffer_head *di_bh); |
96 | int ocfs2_increase_refcount(handle_t *handle, | ||
97 | struct ocfs2_caching_info *ci, | ||
98 | struct buffer_head *ref_root_bh, | ||
99 | u64 cpos, u32 len, | ||
100 | struct ocfs2_alloc_context *meta_ac, | ||
101 | struct ocfs2_cached_dealloc_ctxt *dealloc); | ||
96 | #endif /* OCFS2_REFCOUNTTREE_H */ | 102 | #endif /* OCFS2_REFCOUNTTREE_H */ |