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
1884 BUG_ON(ac->ac_2order <= 0); in ext4_mb_simple_scan_group()1885 for (i = ac->ac_2order; i <= sb->s_blocksize_bits + 1; i++) { in ext4_mb_simple_scan_group()2045 BUG_ON(ac->ac_2order == 0); in ext4_mb_good_group()2053 if ((ac->ac_2order > ac->ac_sb->s_blocksize_bits+1) || in ext4_mb_good_group()2057 if (grp->bb_largest_free_order < ac->ac_2order) in ext4_mb_good_group()2111 ac->ac_2order = 0; in ext4_mb_regular_allocator()2122 ac->ac_2order = i - 1; in ext4_mb_regular_allocator()2135 cr = ac->ac_2order ? 0 : 1; in ext4_mb_regular_allocator()2179 if (cr == 0 && ac->ac_2order < sb->s_blocksize_bits+2) in ext4_mb_regular_allocator()4193 (unsigned) ar->goal, ac->ac_flags, ac->ac_2order, in ext4_mb_initialize_context()