Searched refs:s_stripe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mballoc.c | 128 * smallest multiple of the stripe value (sbi->s_stripe) which is 141 * stripe size (sbi->s_stripe), we try to search for contiguous block in 1924 if (max >= ac->ac_g_ex.fe_len && ac->ac_g_ex.fe_len == sbi->s_stripe) { in ext4_mb_find_by_goal() 1930 if (do_div(start, sbi->s_stripe) == 0) { in ext4_mb_find_by_goal() 2092 BUG_ON(sbi->s_stripe == 0); in ext4_mb_scan_aligned() 2097 a = first_group_block + sbi->s_stripe - 1; in ext4_mb_scan_aligned() 2098 do_div(a, sbi->s_stripe); in ext4_mb_scan_aligned() 2099 i = (a * sbi->s_stripe) - first_group_block; in ext4_mb_scan_aligned() 2103 max = mb_find_extent(e4b, i, sbi->s_stripe, &ex); in ext4_mb_scan_aligned() 2104 if (max >= sbi->s_stripe) { in ext4_mb_scan_aligned() [all...] |
H A D | super.c | 2235 sbi->s_stripe = arg; in handle_mount_opt() 2589 if (nodefs || sbi->s_stripe) in _ext4_show_options() 2590 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe); in _ext4_show_options() 3285 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size() 3286 ret = sbi->s_stripe; in ext4_get_stripe_size() 4717 sbi->s_stripe = ext4_get_stripe_size(sbi); in ext4_fill_super()
|
H A D | ext4.h | 1520 unsigned long s_stripe; member
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 1978 unsigned long s_stripe; member 2283 ctx->s_stripe = result.uint_32; in ext4_parse_param() 2859 APPLY(s_stripe); in ext4_apply_options() 3018 if (nodefs || sbi->s_stripe) in _ext4_show_options() 3019 SEQ_OPTS_PRINT("stripe=%lu", sbi->s_stripe); in _ext4_show_options() 3577 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size() 3578 ret = sbi->s_stripe; in ext4_get_stripe_size() 5314 sbi->s_stripe = ext4_get_stripe_size(sbi); in __ext4_fill_super() 5320 if (sbi->s_stripe > in __ext4_fill_super() [all...] |
H A D | mballoc.c | 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) { in ext4_mb_choose_next_group_best_avail() 1020 num_stripe_clusters = EXT4_NUM_B2C(sbi, sbi->s_stripe); in ext4_mb_choose_next_group_best_avail() 2353 ac->ac_g_ex.fe_len == EXT4_B2C(sbi, sbi->s_stripe)) { in ext4_mb_find_by_goal() 2358 if (do_div(start, sbi->s_stripe) == 0) { in ext4_mb_find_by_goal() 2541 BUG_ON(sbi->s_stripe == 0); in ext4_mb_scan_aligned() 2546 a = first_group_block + sbi->s_stripe - 1; in ext4_mb_scan_aligned() 2547 do_div(a, sbi->s_stripe); in ext4_mb_scan_aligned() 2548 i = (a * sbi->s_stripe) in ext4_mb_scan_aligned() [all...] |
H A D | ext4.h | 1578 unsigned long s_stripe; member
|
Completed in 42 milliseconds