Home
last modified time | relevance | path

Searched refs:first_group (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ext4/
Dmballoc.c814 ext4_group_t first_group, group; in ext4_mb_init_cache() local
847 first_group = page->index * blocks_per_page / 2; in ext4_mb_init_cache()
850 for (i = 0, group = first_group; i < groups_per_page; i++, group++) { in ext4_mb_init_cache()
875 for (i = 0, group = first_group; i < groups_per_page; i++, group++) { in ext4_mb_init_cache()
891 if (!bh[group - first_group]) in ext4_mb_init_cache()
895 if (!buffer_verified(bh[group - first_group])) in ext4_mb_init_cache()
907 bitmap = bh[group - first_group]->b_data; in ext4_mb_init_cache()
5321 ext4_group_t group, first_group, last_group; in ext4_trim_fs() local
5354 &first_group, &first_cluster); in ext4_trim_fs()
5361 for (group = first_group; group <= last_group; group++) { in ext4_trim_fs()
Dresize.c576 ext4_group_t first_group; in setup_new_flex_group_blocks() local
577 first_group = ext4_meta_bg_first_group(sb, group); in setup_new_flex_group_blocks()
578 if (first_group != group + 1 && in setup_new_flex_group_blocks()
579 first_group != group + EXT4_DESC_PER_BLOCK(sb) - 1) in setup_new_flex_group_blocks()
/linux-4.19.296/fs/ocfs2/
Dalloc.c7524 u64 start, len, trimmed, first_group, last_group, group; in ocfs2_trim_fs() local
7607 first_group = ocfs2_which_cluster_group(main_bm_inode, start); in ocfs2_trim_fs()
7608 if (first_group == osb->first_cluster_group_blkno) in ocfs2_trim_fs()
7611 first_bit = start - ocfs2_blocks_to_clusters(sb, first_group); in ocfs2_trim_fs()
7616 for (group = first_group; group <= last_group;) { in ocfs2_trim_fs()