Searched refs:flex_gd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | resize.c | 249 struct ext4_new_flex_group_data *flex_gd; in alloc_flex_gd() local 251 flex_gd = kmalloc(sizeof(*flex_gd), GFP_NOFS); in alloc_flex_gd() 252 if (flex_gd == NULL) in alloc_flex_gd() 256 flex_gd->resize_bg = MAX_RESIZE_BG; in alloc_flex_gd() 258 flex_gd->resize_bg = flexbg_size; in alloc_flex_gd() 260 flex_gd->groups = kmalloc_array(flex_gd->resize_bg, in alloc_flex_gd() 266 if (flex_gd->groups == NULL) in alloc_flex_gd() 269 flex_gd in alloc_flex_gd() 284 free_flex_gd(struct ext4_new_flex_group_data *flex_gd) free_flex_gd() argument 304 ext4_alloc_group_tables(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd, unsigned int flexbg_size) ext4_alloc_group_tables() argument 459 set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle, struct ext4_new_flex_group_data *flex_gd, ext4_fsblk_t first_cluster, ext4_fsblk_t last_cluster) set_flexbg_block_bitmap() argument 530 setup_new_flex_group_blocks(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) setup_new_flex_group_blocks() argument 1310 ext4_setup_new_descs(handle_t *handle, struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) ext4_setup_new_descs() argument 1379 ext4_update_super(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) ext4_update_super() argument 1488 ext4_flex_group_add(struct super_block *sb, struct inode *resize_inode, struct ext4_new_flex_group_data *flex_gd) ext4_flex_group_add() argument 1581 ext4_setup_next_flex_gd(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd, ext4_fsblk_t n_blocks_count) ext4_setup_next_flex_gd() argument 1658 struct ext4_new_flex_group_data flex_gd; ext4_group_add() local 1954 struct ext4_new_flex_group_data *flex_gd = NULL; ext4_resize_fs() local [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 253 struct ext4_new_flex_group_data *flex_gd; in alloc_flex_gd() local 255 flex_gd = kmalloc(sizeof(*flex_gd), GFP_NOFS); in alloc_flex_gd() 256 if (flex_gd == NULL) in alloc_flex_gd() 260 flex_gd->resize_bg = MAX_RESIZE_BG; in alloc_flex_gd() 262 flex_gd->resize_bg = flexbg_size; in alloc_flex_gd() 264 flex_gd->groups = kmalloc_array(flex_gd->resize_bg, in alloc_flex_gd() 267 if (flex_gd->groups == NULL) in alloc_flex_gd() 270 flex_gd in alloc_flex_gd() 285 free_flex_gd(struct ext4_new_flex_group_data *flex_gd) free_flex_gd() argument 305 ext4_alloc_group_tables(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd, unsigned int flexbg_size) ext4_alloc_group_tables() argument 461 set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle, struct ext4_new_flex_group_data *flex_gd, ext4_fsblk_t first_cluster, ext4_fsblk_t last_cluster) set_flexbg_block_bitmap() argument 533 setup_new_flex_group_blocks(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) setup_new_flex_group_blocks() argument 1341 ext4_setup_new_descs(handle_t *handle, struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) ext4_setup_new_descs() argument 1421 ext4_update_super(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd) ext4_update_super() argument 1538 ext4_flex_group_add(struct super_block *sb, struct inode *resize_inode, struct ext4_new_flex_group_data *flex_gd) ext4_flex_group_add() argument 1632 ext4_setup_next_flex_gd(struct super_block *sb, struct ext4_new_flex_group_data *flex_gd, ext4_fsblk_t n_blocks_count) ext4_setup_next_flex_gd() argument 1709 struct ext4_new_flex_group_data flex_gd; ext4_group_add() local 2005 struct ext4_new_flex_group_data *flex_gd = NULL; ext4_resize_fs() local [all...] |
Completed in 4 milliseconds