Searched refs:ext4_group_extend (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ioctl.c | 946 err = ext4_group_extend(sb, EXT4_SB(sb)->s_es, n_blocks_count); in __ext4_ioctl()
|
H A D | resize.c | 1789 int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, in ext4_group_extend() function 1853 } /* ext4_group_extend */ in ext4_group_extend()
|
H A D | ext4.h | 2965 extern int ext4_group_extend(struct super_block *sb,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 1841 int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, in ext4_group_extend() function 1903 } /* ext4_group_extend */ in ext4_group_extend()
|
H A D | ioctl.c | 1307 err = ext4_group_extend(sb, EXT4_SB(sb)->s_es, n_blocks_count); in __ext4_ioctl()
|
H A D | ext4.h | 3061 extern int ext4_group_extend(struct super_block *sb,
|
Completed in 23 milliseconds