• Home
  • Raw
  • Download

Lines Matching refs:group

267 			unsigned int group, struct super_block * sb)  in goal_in_my_reservation()  argument
271 group_first_block = ext2_group_first_block_no(sb, group); in goal_in_my_reservation()
664 ext2_try_to_allocate(struct super_block *sb, int group, in ext2_try_to_allocate() argument
675 group_first_block = ext2_group_first_block_no(sb, group); in ext2_try_to_allocate()
716 if (ext2_set_bit_atomic(sb_bgl_lock(EXT2_SB(sb), group), grp_goal, in ext2_try_to_allocate()
731 && !ext2_set_bit_atomic(sb_bgl_lock(EXT2_SB(sb), group), in ext2_try_to_allocate()
900 unsigned int group, struct buffer_head *bitmap_bh) in alloc_new_reservation() argument
910 group_first_block = ext2_group_first_block_no(sb, group); in alloc_new_reservation()
1092 ext2_try_to_allocate_with_rsv(struct super_block *sb, unsigned int group, in ext2_try_to_allocate_with_rsv() argument
1108 return ext2_try_to_allocate(sb, group, bitmap_bh, in ext2_try_to_allocate_with_rsv()
1117 group_first_block = ext2_group_first_block_no(sb, group); in ext2_try_to_allocate_with_rsv()
1138 grp_goal, group, sb)) { in ext2_try_to_allocate_with_rsv()
1142 group, bitmap_bh); in ext2_try_to_allocate_with_rsv()
1147 grp_goal, group, sb)) in ext2_try_to_allocate_with_rsv()
1163 ret = ext2_try_to_allocate(sb, group, bitmap_bh, grp_goal, in ext2_try_to_allocate_with_rsv()
1519 static int ext2_group_sparse(int group) in ext2_group_sparse() argument
1521 if (group <= 1) in ext2_group_sparse()
1523 return (test_root(group, 3) || test_root(group, 5) || in ext2_group_sparse()
1524 test_root(group, 7)); in ext2_group_sparse()
1535 int ext2_bg_has_super(struct super_block *sb, int group) in ext2_bg_has_super() argument
1538 !ext2_group_sparse(group)) in ext2_bg_has_super()
1552 unsigned long ext2_bg_num_gdb(struct super_block *sb, int group) in ext2_bg_num_gdb() argument
1554 return ext2_bg_has_super(sb, group) ? EXT2_SB(sb)->s_gdb_count : 0; in ext2_bg_num_gdb()