Go to the source code of this file.
|
unsigned int | ext4_count_free (char *bitmap, unsigned int numchars) |
|
int | ext4_inode_bitmap_csum_verify (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh, int sz) |
|
void | ext4_inode_bitmap_csum_set (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh, int sz) |
|
int | ext4_block_bitmap_csum_verify (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh) |
|
void | ext4_block_bitmap_csum_set (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh) |
|
unsigned int ext4_count_free |
( |
char * |
bitmap, |
|
|
unsigned int |
numchars |
|
) |
| |