]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/refcounttree.h
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / fs / ocfs2 / refcounttree.h
index 7d6900c904d49352a1f1a71f5b69cbd2c7831bbd..c1d19b1d3ecc8429845c45f98eeab34a7a5c1d14 100644 (file)
@@ -90,4 +90,17 @@ int ocfs2_add_refcount_flag(struct inode *inode,
                            u32 cpos, u32 p_cluster, u32 num_clusters,
                            struct ocfs2_cached_dealloc_ctxt *dealloc,
                            struct ocfs2_post_refcount *post);
+int ocfs2_remove_refcount_tree(struct inode *inode, struct buffer_head *di_bh);
+int ocfs2_try_remove_refcount_tree(struct inode *inode,
+                                  struct buffer_head *di_bh);
+int ocfs2_increase_refcount(handle_t *handle,
+                           struct ocfs2_caching_info *ci,
+                           struct buffer_head *ref_root_bh,
+                           u64 cpos, u32 len,
+                           struct ocfs2_alloc_context *meta_ac,
+                           struct ocfs2_cached_dealloc_ctxt *dealloc);
+int ocfs2_reflink_ioctl(struct inode *inode,
+                       const char __user *oldname,
+                       const char __user *newname,
+                       bool preserve);
 #endif /* OCFS2_REFCOUNTTREE_H */