Lines Matching refs:stripe
127 * stripe=<value> option the group prealloc request is normalized to the
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
196 * stripe size. This should result in better allocation on RAID setups. If
1017 * We are assuming that stripe size is always a multiple of
1044 * stripe size (in cluster units) multiple for
2526 * we try to find stripe-aligned chunks for stripe-size-multiple requests
2538 ext4_grpblk_t i, stripe;
2543 /* find first stripe-aligned block in group */
2550 stripe = EXT4_B2C(sbi, sbi->s_stripe);
2554 max = mb_find_extent(e4b, i, stripe, &ex);
2555 if (max >= stripe) {
2564 i += stripe;
3689 * RAID stripe size so that preallocations don't fragment