Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dmballoc.c2184 if (max >= ac->ac_g_ex.fe_len && ac->ac_g_ex.fe_len == sbi->s_stripe) { in ext4_mb_find_by_goal()
2190 if (do_div(start, sbi->s_stripe) == 0) { in ext4_mb_find_by_goal()
2351 BUG_ON(sbi->s_stripe == 0); in ext4_mb_scan_aligned()
2356 a = first_group_block + sbi->s_stripe - 1; in ext4_mb_scan_aligned()
2357 do_div(a, sbi->s_stripe); in ext4_mb_scan_aligned()
2358 i = (a * sbi->s_stripe) - first_group_block; in ext4_mb_scan_aligned()
2362 max = mb_find_extent(e4b, i, sbi->s_stripe, &ex); in ext4_mb_scan_aligned()
2363 if (max >= sbi->s_stripe) { in ext4_mb_scan_aligned()
2371 i += sbi->s_stripe; in ext4_mb_scan_aligned()
2731 else if (cr == 1 && sbi->s_stripe && in ext4_mb_regular_allocator()
[all …]
Dsuper.c1891 unsigned long s_stripe; member
2207 ctx->s_stripe = result.uint_32; in ext4_parse_param()
2796 APPLY(s_stripe); in ext4_apply_options()
2942 if (nodefs || sbi->s_stripe) in _ext4_show_options()
2943 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe); in _ext4_show_options()
3503 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
3504 ret = sbi->s_stripe; in ext4_get_stripe_size()
5236 sbi->s_stripe = ext4_get_stripe_size(sbi); in __ext4_fill_super()
Dext4.h1607 unsigned long s_stripe; member