Searched refs:EX_BLOCK_AGE (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | extent_cache.c | 90 } else if (type == EX_BLOCK_AGE) { in __set_extent_info() 101 if (type == EX_BLOCK_AGE) in __init_may_extent_tree() 128 } else if (type == EX_BLOCK_AGE) { in __may_extent_tree() 161 } else if (type == EX_BLOCK_AGE) { in __is_extent_mergeable() 466 __grab_extent_tree(inode, EX_BLOCK_AGE); in f2fs_init_age_extent_tree() 477 __grab_extent_tree(inode, EX_BLOCK_AGE); in f2fs_init_extent_tree() 533 else if (type == EX_BLOCK_AGE) in __lookup_extent_tree() 670 else if (type == EX_BLOCK_AGE) in __update_extent_tree_range() 767 if (type == EX_BLOCK_AGE) in __update_extent_tree_range() 946 } else if (type == EX_BLOCK_AGE) { in __update_extent_cache() [all …]
|
| H A D | debug.c | 669 si->hit_cached[EX_BLOCK_AGE], in stat_show() 670 si->hit_rbtree[EX_BLOCK_AGE]); in stat_show() 672 !si->total_ext[EX_BLOCK_AGE] ? 0 : in stat_show() 673 div64_u64(si->hit_total[EX_BLOCK_AGE] * 100, in stat_show() 674 si->total_ext[EX_BLOCK_AGE]), in stat_show() 675 si->hit_total[EX_BLOCK_AGE], in stat_show() 676 si->total_ext[EX_BLOCK_AGE]); in stat_show() 678 si->ext_tree[EX_BLOCK_AGE], in stat_show() 679 si->zombie_tree[EX_BLOCK_AGE], in stat_show() 680 si->ext_node[EX_BLOCK_AGE]); in stat_show() [all …]
|
| H A D | shrinker.c | 63 count += __count_extent_cache(sbi, EX_BLOCK_AGE); in f2fs_shrink_count() 234 __count_extent_cache(sbi, EX_BLOCK_AGE)); in f2fs_leave_shrinker()
|
| H A D | node.c | 90 EX_READ : EX_BLOCK_AGE; in f2fs_available_free_memory()
|
| H A D | f2fs.h | 651 EX_BLOCK_AGE, enumerator
|
| /linux-6.15/include/trace/events/ |
| H A D | f2fs.h | 52 TRACE_DEFINE_ENUM(EX_BLOCK_AGE); 163 { EX_BLOCK_AGE, "Block Age" })
|