Lines Matching refs:s_stripe
128 * smallest multiple of the stripe value (sbi->s_stripe) which is
141 * stripe size (sbi->s_stripe), we try to search for contiguous block in
1924 if (max >= ac->ac_g_ex.fe_len && ac->ac_g_ex.fe_len == sbi->s_stripe) {
1930 if (do_div(start, sbi->s_stripe) == 0) {
2092 BUG_ON(sbi->s_stripe == 0);
2097 a = first_group_block + sbi->s_stripe - 1;
2098 do_div(a, sbi->s_stripe);
2099 i = (a * sbi->s_stripe) - first_group_block;
2103 max = mb_find_extent(e4b, i, sbi->s_stripe, &ex);
2104 if (max >= sbi->s_stripe) {
2112 i += sbi->s_stripe;
2459 else if (cr == 1 && sbi->s_stripe &&
2460 !(ac->ac_g_ex.fe_len % sbi->s_stripe))
2996 * If there is a s_stripe > 1, then we set the s_mb_group_prealloc
2997 * to the lowest multiple of s_stripe which is bigger than
3003 if (sbi->s_stripe > 1) {
3005 sbi->s_mb_group_prealloc, sbi->s_stripe);