ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | ext4_free_blocks_after_init(sb, group, desc) ext4_init_block_bitmap(sb, NULL, group, desc) |
Functions | |
__le16 | ext4_group_desc_csum (struct ext4_sb_info *sbi, __u32 group, struct ext4_group_desc *gdp) |
int | ext4_group_desc_csum_verify (struct ext4_sb_info *sbi, __u32 group, struct ext4_group_desc *gdp) |
struct buffer_head * | ext4_read_block_bitmap (struct super_block *sb, ext4_group_t block_group) |
unsigned | ext4_init_block_bitmap (struct super_block *sb, struct buffer_head *bh, ext4_group_t group, struct ext4_group_desc *desc) |
unsigned | ext4_init_inode_bitmap (struct super_block *sb, struct buffer_head *bh, ext4_group_t group, struct ext4_group_desc *desc) |
void | mark_bitmap_end (int start_bit, int end_bit, char *bitmap) |
__le16 ext4_group_desc_csum | ( | struct ext4_sb_info * | sbi, |
__u32 | group, | ||
struct ext4_group_desc * | gdp | ||
) |
int ext4_group_desc_csum_verify | ( | struct ext4_sb_info * | sbi, |
__u32 | group, | ||
struct ext4_group_desc * | gdp | ||
) |
unsigned ext4_init_block_bitmap | ( | struct super_block * | sb, |
struct buffer_head * | bh, | ||
ext4_group_t | group, | ||
struct ext4_group_desc * | desc | ||
) |
Definition at line 2877 of file generic.c.
Referenced by Ext2NewBlock(), and Ext2NewInode().
unsigned ext4_init_inode_bitmap | ( | struct super_block * | sb, |
struct buffer_head * | bh, | ||
ext4_group_t | group, | ||
struct ext4_group_desc * | desc | ||
) |
Definition at line 2786 of file generic.c.
Referenced by Ext2NewInode().
struct buffer_head * ext4_read_block_bitmap | ( | struct super_block * | sb, |
ext4_group_t | block_group | ||
) |
Definition at line 2771 of file generic.c.
Referenced by ext4_init_block_bitmap(), and ext4_init_inode_bitmap().