Home
last modified time | relevance | path

Searched refs:EXT3_BLOCKS_PER_GROUP (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/ext3/
Dballoc.c46 *offsetp = blocknr % EXT3_BLOCKS_PER_GROUP(sb); in ext3_get_group_no_and_offset()
48 *blockgrpp = blocknr / EXT3_BLOCKS_PER_GROUP(sb); in ext3_get_group_no_and_offset()
278 group_last_block = group_first_block + (EXT3_BLOCKS_PER_GROUP(sb) - 1); in goal_in_my_reservation()
523 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks_sb()
525 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks_sb()
530 if (bit + count > EXT3_BLOCKS_PER_GROUP(sb)) { in ext3_free_blocks_sb()
531 overflow = bit + count - EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks_sb()
893 if (end > EXT3_BLOCKS_PER_GROUP(sb)) in ext3_try_to_allocate()
895 end = EXT3_BLOCKS_PER_GROUP(sb); in ext3_try_to_allocate()
905 end = EXT3_BLOCKS_PER_GROUP(sb); in ext3_try_to_allocate()
[all …]
Dresize.c52 EXT3_BLOCKS_PER_GROUP(sb)) in verify_group_input()
316 mark_bitmap_end(input->blocks_count, EXT3_BLOCKS_PER_GROUP(sb), in setup_new_group_blocks()
331 mark_bitmap_end(EXT3_INODES_PER_GROUP(sb), EXT3_BLOCKS_PER_GROUP(sb), in setup_new_group_blocks()
399 if (le32_to_cpu(*p++) != grp * EXT3_BLOCKS_PER_GROUP(sb) + blk){ in verify_reserved_gdb()
404 grp * EXT3_BLOCKS_PER_GROUP(sb) + blk); in verify_reserved_gdb()
652 blk = input->group * EXT3_BLOCKS_PER_GROUP(sb); in reserve_backup_gdb()
699 const int bpg = EXT3_BLOCKS_PER_GROUP(sb); in update_backups()
1033 EXT3_BLOCKS_PER_GROUP(sb); in ext3_group_extend()
1041 add = EXT3_BLOCKS_PER_GROUP(sb) - last; in ext3_group_extend()
Dext3.h117 #define EXT3_BLOCKS_PER_GROUP(s) (EXT3_SB(s)->s_blocks_per_group) macro
975 return group_no * (ext3_fsblk_t)EXT3_BLOCKS_PER_GROUP(sb) + in ext3_group_first_block_no()
Dsuper.c1427 EXT3_BLOCKS_PER_GROUP(sb), in ext3_setup_super()
1459 (EXT3_BLOCKS_PER_GROUP(sb) - 1); in ext3_check_descriptors()
1957 if (EXT3_BLOCKS_PER_GROUP(sb) == 0) in ext3_fill_super()
1961 / EXT3_BLOCKS_PER_GROUP(sb)) + 1; in ext3_fill_super()
Dialloc.c241 min_blocks = avefreeb - EXT3_BLOCKS_PER_GROUP(sb) / 4; in find_group_orlov()
Dinode.c490 (EXT3_BLOCKS_PER_GROUP(inode->i_sb) / 16); in ext3_find_near()