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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 97 milliseconds