Searched refs:EX_BLOCK_AGE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | extent_cache.c | 38 } else if (type == EX_BLOCK_AGE) { in __set_extent_info() 77 else if (type == EX_BLOCK_AGE) in __init_may_extent_tree() 118 } else if (type == EX_BLOCK_AGE) { in __is_extent_mergeable() 523 if (!__init_may_extent_tree(inode, EX_BLOCK_AGE)) in f2fs_init_age_extent_tree() 525 __grab_extent_tree(inode, EX_BLOCK_AGE); in f2fs_init_age_extent_tree() 535 if (__init_may_extent_tree(inode, EX_BLOCK_AGE)) in f2fs_init_extent_tree() 536 __grab_extent_tree(inode, EX_BLOCK_AGE); in f2fs_init_extent_tree() 588 else if (type == EX_BLOCK_AGE) in __lookup_extent_tree() 688 else if (type == EX_BLOCK_AGE) in __update_extent_tree_range() 784 if (type == EX_BLOCK_AGE) in __update_extent_tree_range() [all …]
|
| H A D | debug.c | 507 si->hit_cached[EX_BLOCK_AGE], in stat_show() 508 si->hit_rbtree[EX_BLOCK_AGE]); in stat_show() 510 !si->total_ext[EX_BLOCK_AGE] ? 0 : in stat_show() 511 div64_u64(si->hit_total[EX_BLOCK_AGE] * 100, in stat_show() 512 si->total_ext[EX_BLOCK_AGE]), in stat_show() 513 si->hit_total[EX_BLOCK_AGE], in stat_show() 514 si->total_ext[EX_BLOCK_AGE]); in stat_show() 516 si->ext_tree[EX_BLOCK_AGE], in stat_show() 517 si->zombie_tree[EX_BLOCK_AGE], in stat_show() 518 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 | 88 EX_READ : EX_BLOCK_AGE; in f2fs_available_free_memory()
|
| H A D | f2fs.h | 596 EX_BLOCK_AGE, enumerator
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | f2fs.h | 56 TRACE_DEFINE_ENUM(EX_BLOCK_AGE); 170 { EX_BLOCK_AGE, "Block Age" })
|