Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | ext4_new_flex_group_data |
Macros | |
#define | EXT4FS_DEBUG |
#define | outside(b, first, last) ((b) < (first) || (b) >= (last)) |
#define | inside(b, first, last) ((b) >= (first) && (b) < (last)) |
Functions | |
int | ext4_resize_begin (struct super_block *sb) |
void | ext4_resize_end (struct super_block *sb) |
int | ext4_group_add (struct super_block *sb, struct ext4_new_group_data *input) |
int | ext4_group_extend (struct super_block *sb, struct ext4_super_block *es, ext4_fsblk_t n_blocks_count) |
int | ext4_resize_fs (struct super_block *sb, ext4_fsblk_t n_blocks_count) |
int ext4_group_add | ( | struct super_block * | sb, |
struct ext4_new_group_data * | input | ||
) |
int ext4_group_extend | ( | struct super_block * | sb, |
struct ext4_super_block * | es, | ||
ext4_fsblk_t | n_blocks_count | ||
) |
int ext4_resize_begin | ( | struct super_block * | sb | ) |
void ext4_resize_end | ( | struct super_block * | sb | ) |
int ext4_resize_fs | ( | struct super_block * | sb, |
ext4_fsblk_t | n_blocks_count | ||
) |