Lines Matching refs:s_stripe
128 * smallest multiple of the stripe value (sbi->s_stripe) which is
195 * stripe size (sbi->s_stripe), we try to search for contiguous block in
1015 if (sbi->s_stripe > 0) {
1020 num_stripe_clusters = EXT4_NUM_B2C(sbi, sbi->s_stripe);
2353 ac->ac_g_ex.fe_len == EXT4_B2C(sbi, sbi->s_stripe)) {
2358 if (do_div(start, sbi->s_stripe) == 0) {
2541 BUG_ON(sbi->s_stripe == 0);
2546 a = first_group_block + sbi->s_stripe - 1;
2547 do_div(a, sbi->s_stripe);
2548 i = (a * sbi->s_stripe) - first_group_block;
2550 stripe = EXT4_B2C(sbi, sbi->s_stripe);
2925 sbi->s_stripe &&
2927 EXT4_B2C(sbi, sbi->s_stripe)))
3685 * If there is a s_stripe > 1, then we set the s_mb_group_prealloc
3686 * to the lowest multiple of s_stripe which is bigger than
3692 if (sbi->s_stripe > 1) {
3694 sbi->s_mb_group_prealloc, EXT4_B2C(sbi, sbi->s_stripe));