Home
last modified time | relevance | path

Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/ext2/
Dballoc.c272 group_last_block = group_first_block + EXT2_BLOCKS_PER_GROUP(sb) - 1; in goal_in_my_reservation()
507 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
509 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
514 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
515 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
684 if (end > EXT2_BLOCKS_PER_GROUP(sb)) in ext2_try_to_allocate()
686 end = EXT2_BLOCKS_PER_GROUP(sb); in ext2_try_to_allocate()
696 end = EXT2_BLOCKS_PER_GROUP(sb); in ext2_try_to_allocate()
699 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
913 group_end_block = group_first_block + (EXT2_BLOCKS_PER_GROUP(sb) - 1); in alloc_new_reservation()
[all …]
Dext2.h214 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
831 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
Dialloc.c320 min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
322 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
Dsuper.c699 EXT2_BLOCKS_PER_GROUP(sb), in ext2_setup_super()
721 (EXT2_BLOCKS_PER_GROUP(sb) - 1); in ext2_check_descriptors()
1082 if (EXT2_BLOCKS_PER_GROUP(sb) == 0) in ext2_fill_super()
1086 / EXT2_BLOCKS_PER_GROUP(sb)) + 1; in ext2_fill_super()
Dinode.c317 (EXT2_BLOCKS_PER_GROUP(inode->i_sb) / 16); in ext2_find_near()