Searched refs:s_mb_order2_reqs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4.h1136 unsigned int s_mb_order2_reqs; member in struct:ext4_sb_info
H A Dmballoc.c143 * 2 blocks and the order of allocation is >= sbi->s_mb_order2_reqs. The
144 * value of s_mb_order2_reqs can be tuned via
2023 if (i >= sbi->s_mb_order2_reqs) {
2442 sbi->s_mb_order2_reqs = MB_DEFAULT_ORDER2_REQS;
H A Dsuper.c2395 EXT4_RW_ATTR_SBI_UI(mb_order2_req, s_mb_order2_reqs);

Completed in 165 milliseconds