Home
last modified time | relevance | path

Searched refs:s_stripe (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dsuper.c1956 unsigned long s_stripe; member
2261 ctx->s_stripe = result.uint_32; in ext4_parse_param()
2822 APPLY(s_stripe); in ext4_apply_options()
2983 if (nodefs || sbi->s_stripe) in _ext4_show_options()
2984 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe); in _ext4_show_options()
3551 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
3552 ret = sbi->s_stripe; in ext4_get_stripe_size()
5357 sbi->s_stripe = ext4_get_stripe_size(sbi); in __ext4_fill_super()
5358 if (ext4_is_stripe_incompatible(sb, sbi->s_stripe)) { in __ext4_fill_super()
5362 sbi->s_stripe, sbi->s_cluster_ratio); in __ext4_fill_super()
[all …]
H A Dmballoc.c129 * 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
1051 if (sbi->s_stripe > 0) { in ext4_mb_scan_groups_best_avail()
1056 num_stripe_clusters = EXT4_NUM_B2C(sbi, sbi->s_stripe); in ext4_mb_scan_groups_best_avail()
2428 ac->ac_g_ex.fe_len == EXT4_NUM_B2C(sbi, sbi->s_stripe)) { in ext4_mb_find_by_goal()
2433 if (do_div(start, sbi->s_stripe) == 0) { in ext4_mb_find_by_goal()
2616 BUG_ON(sbi->s_stripe == 0); in ext4_mb_scan_aligned()
2621 a = first_group_block + sbi->s_stripe - 1; in ext4_mb_scan_aligned()
2622 do_div(a, sbi->s_stripe); in ext4_mb_scan_aligned()
2623 i = (a * sbi->s_stripe) in ext4_mb_scan_aligned()
[all...]
H A Dext4.h1606 unsigned long s_stripe; member