Home
last modified time | relevance | path

Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dballoc.c503 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
505 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
510 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
511 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
612 * less than EXT2_BLOCKS_PER_GROUP. Aligning up to the in find_next_usable_block()
683 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
1088 * 0 <= grp_goal < EXT2_BLOCKS_PER_GROUP(sb) in ext2_try_to_allocate_with_rsv()
1271 EXT2_BLOCKS_PER_GROUP(sb); in ext2_new_blocks()
1290 EXT2_BLOCKS_PER_GROUP(sb)); in ext2_new_blocks()
H A Dext2.h203 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
801 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
814 EXT2_BLOCKS_PER_GROUP(sb) - 1; in ext2_group_last_block_no()
H A Dialloc.c317 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
319 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
H A Dsuper.c680 EXT2_BLOCKS_PER_GROUP(sb), in ext2_setup_super()
1063 if (EXT2_BLOCKS_PER_GROUP(sb) == 0) in ext2_fill_super()
1067 / EXT2_BLOCKS_PER_GROUP(sb)) + 1; in ext2_fill_super()
H A Dinode.c317 (EXT2_BLOCKS_PER_GROUP(inode->i_sb) / 16); in ext2_find_near()
/kernel/linux/linux-6.6/fs/ext2/
H A Dballoc.c502 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
504 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
509 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
510 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
611 * less than EXT2_BLOCKS_PER_GROUP. Aligning up to the in find_next_usable_block()
682 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
1078 * 0 <= grp_goal < EXT2_BLOCKS_PER_GROUP(sb) in ext2_try_to_allocate_with_rsv()
1267 EXT2_BLOCKS_PER_GROUP(sb); in ext2_new_blocks()
1286 EXT2_BLOCKS_PER_GROUP(sb)); in ext2_new_blocks()
H A Dext2.h206 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
804 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
817 EXT2_BLOCKS_PER_GROUP(sb) - 1; in ext2_group_last_block_no()
H A Dialloc.c308 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
310 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
H A Dsuper.c675 EXT2_BLOCKS_PER_GROUP(sb), in ext2_setup_super()
1077 / EXT2_BLOCKS_PER_GROUP(sb)) + 1; in ext2_fill_super()
H A Dinode.c317 (EXT2_BLOCKS_PER_GROUP(inode->i_sb) / 16); in ext2_find_near()

Completed in 17 milliseconds