Searched refs:EX_BLOCK_AGE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | extent_cache.c | 61 } else if (type == EX_BLOCK_AGE) { in __set_extent_info() 72 if (type == EX_BLOCK_AGE) in __init_may_extent_tree() 96 } else if (type == EX_BLOCK_AGE) { in __may_extent_tree() 129 } else if (type == EX_BLOCK_AGE) { in __is_extent_mergeable() 427 if (!__init_may_extent_tree(inode, EX_BLOCK_AGE)) in f2fs_init_age_extent_tree() 429 __grab_extent_tree(inode, EX_BLOCK_AGE); in f2fs_init_age_extent_tree() 439 if (__init_may_extent_tree(inode, EX_BLOCK_AGE)) in f2fs_init_extent_tree() 440 __grab_extent_tree(inode, EX_BLOCK_AGE); in f2fs_init_extent_tree() 491 else if (type == EX_BLOCK_AGE) in __lookup_extent_tree() 628 else if (type == EX_BLOCK_AGE) in __update_extent_tree_range() [all …]
|
H A D | debug.c | 571 si->hit_cached[EX_BLOCK_AGE], in stat_show() 572 si->hit_rbtree[EX_BLOCK_AGE]); in stat_show() 574 !si->total_ext[EX_BLOCK_AGE] ? 0 : in stat_show() 575 div64_u64(si->hit_total[EX_BLOCK_AGE] * 100, in stat_show() 576 si->total_ext[EX_BLOCK_AGE]), in stat_show() 577 si->hit_total[EX_BLOCK_AGE], in stat_show() 578 si->total_ext[EX_BLOCK_AGE]); in stat_show() 580 si->ext_tree[EX_BLOCK_AGE], in stat_show() 581 si->zombie_tree[EX_BLOCK_AGE], in stat_show() 582 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() 144 __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 | 625 EX_BLOCK_AGE, enumerator
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 52 TRACE_DEFINE_ENUM(EX_BLOCK_AGE); 163 { EX_BLOCK_AGE, "Block Age" })
|