Home
last modified time | relevance | path

Searched refs:s_es_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/ext4/
Dextents_status.c463 s_es_stats.es_stats_shk_cnt); in ext4_es_alloc_extent()
467 percpu_counter_inc(&EXT4_SB(inode->i_sb)->s_es_stats.es_stats_all_cnt); in ext4_es_alloc_extent()
475 percpu_counter_dec(&EXT4_SB(inode->i_sb)->s_es_stats.es_stats_all_cnt); in ext4_es_free_extent()
483 s_es_stats.es_stats_shk_cnt); in ext4_es_free_extent()
943 stats = &EXT4_SB(inode->i_sb)->s_es_stats; in ext4_es_lookup_extent()
1456 es_stats = &sbi->s_es_stats; in __es_shrink()
1540 nr = percpu_counter_read_positive(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_count()
1553 ret = percpu_counter_read_positive(&sbi->s_es_stats.es_stats_shk_cnt); in ext4_es_scan()
1568 struct ext4_es_stats *es_stats = &sbi->s_es_stats; in ext4_seq_es_shrinker_info_show()
1617 sbi->s_es_stats.es_stats_shrunk = 0; in ext4_es_register_shrinker()
[all …]
Dext4.h1541 struct ext4_es_stats s_es_stats; member