Searched refs:ac_2order (Results 1 – 2 of 2) sorted by relevance
185 __u8 ac_2order; /* if request is to allocate 2^N blocks and member
1895 BUG_ON(ac->ac_2order <= 0); in ext4_mb_simple_scan_group()1896 for (i = ac->ac_2order; i <= sb->s_blocksize_bits + 1; i++) { in ext4_mb_simple_scan_group()2061 BUG_ON(ac->ac_2order == 0); in ext4_mb_good_group()2069 if ((ac->ac_2order > ac->ac_sb->s_blocksize_bits+1) || in ext4_mb_good_group()2073 if (grp->bb_largest_free_order < ac->ac_2order) in ext4_mb_good_group()2127 ac->ac_2order = 0; in ext4_mb_regular_allocator()2138 ac->ac_2order = i - 1; in ext4_mb_regular_allocator()2151 cr = ac->ac_2order ? 0 : 1; in ext4_mb_regular_allocator()2203 if (cr == 0 && ac->ac_2order < sb->s_blocksize_bits+2) in ext4_mb_regular_allocator()4214 (unsigned) ar->goal, ac->ac_flags, ac->ac_2order, in ext4_mb_initialize_context()