Searched refs:CURSEG_HOT_NODE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
D | debug.c | 248 si->curseg[CURSEG_HOT_NODE], in stat_show() 249 si->cursec[CURSEG_HOT_NODE], in stat_show() 250 si->curzone[CURSEG_HOT_NODE]); in stat_show()
|
D | segment.h | 24 #define IS_NODESEG(t) (t >= CURSEG_HOT_NODE) 30 (seg == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 41 (secno == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \
|
D | checkpoint.c | 913 cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint() 915 cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint() 916 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint() 917 curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
|
D | segment.c | 1107 return CURSEG_HOT_NODE; in __get_segment_type_2() 1141 CURSEG_HOT_NODE; in __get_segment_type_6() 1422 CURSEG_HOT_NODE]); in read_normal_summaries() 1424 CURSEG_HOT_NODE]); in read_normal_summaries() 1427 type - CURSEG_HOT_NODE); in read_normal_summaries() 1482 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 1582 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in write_node_summaries()
|
D | f2fs.h | 474 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|
/linux-4.1.27/include/trace/events/ |
D | f2fs.h | 19 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); 81 { CURSEG_HOT_NODE, "Hot NODE" }, \
|