Lines Matching defs:stripe
128 * stripe=<value> option the group prealloc request is normalized to the
129 * smallest multiple of the stripe value (sbi->s_stripe) which is
201 * stripe size (sbi->s_stripe), we try to search for contiguous block in
202 * stripe size. This should result in better allocation on RAID setups. If
1070 * We are assuming that stripe size is always a multiple of
1100 * stripe size (in cluster units) multiple for
2621 * we try to find stripe-aligned chunks for stripe-size-multiple requests
2633 ext4_grpblk_t i, stripe;
2638 /* find first stripe-aligned block in group */
2645 stripe = EXT4_NUM_B2C(sbi, sbi->s_stripe);
2649 max = mb_find_extent(e4b, i, stripe, &ex);
2650 if (max >= stripe) {
2659 i += stripe;
3800 * RAID stripe size so that preallocations don't fragment