]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/suballoc.h
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / ocfs2 / suballoc.h
index a36d0aa50911056231129a31cf3a2c7c6151cd44..218d8036b3e70f988da136475e8b1daaca7f6745 100644 (file)
@@ -86,6 +86,18 @@ int ocfs2_reserve_clusters(struct ocfs2_super *osb,
                           u32 bits_wanted,
                           struct ocfs2_alloc_context **ac);
 
+int ocfs2_alloc_dinode_update_counts(struct inode *inode,
+                        handle_t *handle,
+                        struct buffer_head *di_bh,
+                        u32 num_bits,
+                        u16 chain);
+int ocfs2_block_group_set_bits(handle_t *handle,
+                        struct inode *alloc_inode,
+                        struct ocfs2_group_desc *bg,
+                        struct buffer_head *group_bh,
+                        unsigned int bit_off,
+                        unsigned int num_bits);
+
 int ocfs2_claim_metadata(handle_t *handle,
                         struct ocfs2_alloc_context *ac,
                         u32 bits_wanted,