Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dmballoc.c882 if (unlikely(sbi->s_mb_stats && ac->ac_flags & EXT4_MB_CR_POWER2_ALIGNED_OPTIMIZED)) in ext4_mb_choose_next_group_p2_aligned()
895 if (sbi->s_mb_stats) in ext4_mb_choose_next_group_p2_aligned()
931 if (sbi->s_mb_stats) in ext4_mb_find_good_group_avg_frag_lists()
954 if (sbi->s_mb_stats) in ext4_mb_choose_next_group_goal_fast()
1000 if (sbi->s_mb_stats) in ext4_mb_choose_next_group_best_avail()
2433 if (EXT4_SB(sb)->s_mb_stats) in ext4_mb_simple_scan_group()
2654 if (sbi->s_mb_stats) in ext4_mb_good_group_nolock()
2939 if (sbi->s_mb_stats && i == ngroups) in ext4_mb_regular_allocator()
2976 if (sbi->s_mb_stats && ac->ac_status == AC_STATUS_FOUND) in ext4_mb_regular_allocator()
3085 if (!sbi->s_mb_stats) { in ext4_seq_mb_stats_show()
[all …]
Dsysfs.c211 EXT4_RW_ATTR_SBI_UI(mb_stats, s_mb_stats);
Dext4.h1583 unsigned int s_mb_stats; member