Searched refs:ac_2order (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.h191 __u8 ac_2order; /* if request is to allocate 2^N blocks and member in struct:ext4_allocation_context
H A Dmballoc.c1723 BUG_ON(ac->ac_2order <= 0);
1724 for (i = ac->ac_2order; i <= sb->s_blocksize_bits + 1; i++) {
1877 BUG_ON(ac->ac_2order == 0);
1879 if (grp->bb_largest_free_order < ac->ac_2order)
2017 ac->ac_2order = 0;
2028 ac->ac_2order = i - 1;
2041 cr = ac->ac_2order ? 0 : 1;
4002 (unsigned) ar->goal, ac->ac_flags, ac->ac_2order,

Completed in 80 milliseconds