Searched refs:CURSEG_HOT_NODE (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | debug.c | 536 si->blkoff[CURSEG_HOT_NODE], in stat_show() 537 si->curseg[CURSEG_HOT_NODE], in stat_show() 538 si->cursec[CURSEG_HOT_NODE], in stat_show() 539 si->curzone[CURSEG_HOT_NODE], in stat_show() 540 si->dirty_seg[CURSEG_HOT_NODE], in stat_show() 541 si->full_seg[CURSEG_HOT_NODE], in stat_show() 542 si->valid_blks[CURSEG_HOT_NODE]); in stat_show()
|
| H A D | segment.c | 3341 i = CURSEG_HOT_NODE; in get_ssr_segment() 3760 return CURSEG_HOT_NODE; in __get_segment_type_2() 3833 CURSEG_HOT_NODE; in __get_segment_type_6() 3845 case CURSEG_HOT_NODE: in f2fs_get_segment_temp() 4072 case CURSEG_HOT_NODE: in log_type_to_seg_type() 4490 CURSEG_HOT_NODE]); in read_normal_summaries() 4492 CURSEG_HOT_NODE]); in read_normal_summaries() 4495 type - CURSEG_HOT_NODE); in read_normal_summaries() 4562 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 4663 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries() [all …]
|
| H A D | checkpoint.c | 1791 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1804 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() 1808 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type; in do_checkpoint()
|
| H A D | segment.h | 28 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE)
|
| H A D | f2fs.h | 1171 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|
| H A D | super.c | 5331 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 26 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); 95 { CURSEG_HOT_NODE, "Hot NODE" }, \
|