Searched refs:ext4_mb_alloc_groupinfo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | resize.c | 1710 err = ext4_mb_alloc_groupinfo(sb, input->group + 1); in ext4_group_add() 2097 err = ext4_mb_alloc_groupinfo(sb, n_group + 1); in ext4_resize_fs()
|
H A D | mballoc.c | 2681 int ext4_mb_alloc_groupinfo(struct super_block *sb, ext4_group_t ngroups) in ext4_mb_alloc_groupinfo() function 2800 err = ext4_mb_alloc_groupinfo(sb, ngroups); in ext4_mb_init_backend()
|
H A D | ext4.h | 2834 extern int ext4_mb_alloc_groupinfo(struct super_block *sb,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 1761 err = ext4_mb_alloc_groupinfo(sb, input->group + 1); in ext4_group_add() 2148 err = ext4_mb_alloc_groupinfo(sb, n_group + 1); in ext4_resize_fs()
|
H A D | ext4.h | 2919 extern int ext4_mb_alloc_groupinfo(struct super_block *sb,
|
H A D | mballoc.c | 3276 int ext4_mb_alloc_groupinfo(struct super_block *sb, ext4_group_t ngroups) in ext4_mb_alloc_groupinfo() function 3398 err = ext4_mb_alloc_groupinfo(sb, ngroups); in ext4_mb_init_backend()
|
Completed in 34 milliseconds