Searched refs:CURSEG_HOT_NODE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | debug.c | 468 si->curseg[CURSEG_HOT_NODE], in stat_show() 469 si->cursec[CURSEG_HOT_NODE], in stat_show() 470 si->curzone[CURSEG_HOT_NODE], in stat_show() 471 si->dirty_seg[CURSEG_HOT_NODE], in stat_show() 472 si->full_seg[CURSEG_HOT_NODE], in stat_show() 473 si->valid_blks[CURSEG_HOT_NODE]); in stat_show()
|
H A D | segment.h | 26 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE) 35 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) 43 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 56 ((secno) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \
|
H A D | segment.c | 3010 i = CURSEG_HOT_NODE; in get_ssr_segment() 3334 return CURSEG_HOT_NODE; in __get_segment_type_2() 3405 CURSEG_HOT_NODE; in __get_segment_type_6() 3974 CURSEG_HOT_NODE]); in read_normal_summaries() 3976 CURSEG_HOT_NODE]); in read_normal_summaries() 3979 type - CURSEG_HOT_NODE); in read_normal_summaries() 4044 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 4145 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries() 4860 i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in sanity_check_curseg()
|
H A D | checkpoint.c | 1465 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1476 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() 1480 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type; in do_checkpoint()
|
H A D | f2fs.h | 1014 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|
H A D | super.c | 4569 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 26 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); 92 { CURSEG_HOT_NODE, "Hot NODE" }, \
|