summaryrefslogtreecommitdiff
path: root/ext4_utils/allocate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils/allocate.h')
-rw-r--r--ext4_utils/allocate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/allocate.h b/ext4_utils/allocate.h
index fb6e0f75..0575e846 100644
--- a/ext4_utils/allocate.h
+++ b/ext4_utils/allocate.h
@@ -41,6 +41,7 @@ u32 get_free_inodes(u32 bg);
u32 reserve_inodes(int bg, u32 inodes);
void add_directory(u32 inode);
u16 get_directories(int bg);
+u16 get_bg_flags(int bg);
void init_unused_inode_tables(void);
u32 allocate_inode();
void free_alloc(struct block_allocation *alloc);