Searched refs:ext4_group_add_blocks (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | resize.c | 1734 * one group descriptor via ext4_group_add_blocks(). in ext4_group_extend_no_check() 1758 err = ext4_group_add_blocks(handle, sb, o_blocks_count, add); in ext4_group_extend_no_check()
|
H A D | ext4.h | 2838 extern int ext4_group_add_blocks(handle_t *handle, struct super_block *sb,
|
H A D | mballoc.c | 5743 * ext4_group_add_blocks() -- Add given blocks to an existing group 5751 int ext4_group_add_blocks(handle_t *handle, struct super_block *sb, in ext4_group_add_blocks() function
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 1785 * one group descriptor via ext4_group_add_blocks(). in ext4_group_extend_no_check() 1810 err = ext4_group_add_blocks(handle, sb, o_blocks_count, add); in ext4_group_extend_no_check()
|
H A D | ext4.h | 2923 extern int ext4_group_add_blocks(handle_t *handle, struct super_block *sb,
|
H A D | mballoc.c | 6742 * ext4_group_add_blocks() -- Add given blocks to an existing group 6750 int ext4_group_add_blocks(handle_t *handle, struct super_block *sb, in ext4_group_add_blocks() function
|
Completed in 39 milliseconds