Searched refs:CURSEG_HOT_NODE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | debug.c | 255 si->curseg[CURSEG_HOT_NODE], in stat_show() 256 si->cursec[CURSEG_HOT_NODE], in stat_show() 257 si->curzone[CURSEG_HOT_NODE]); in stat_show()
|
D | segment.h | 25 #define IS_NODESEG(t) (t >= CURSEG_HOT_NODE) 31 (seg == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 42 (secno == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \
|
D | checkpoint.c | 962 cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint() 964 cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint() 965 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint() 966 curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
|
D | segment.c | 1188 return CURSEG_HOT_NODE; in __get_segment_type_2() 1222 CURSEG_HOT_NODE; in __get_segment_type_6() 1579 CURSEG_HOT_NODE]); in read_normal_summaries() 1581 CURSEG_HOT_NODE]); in read_normal_summaries() 1584 type - CURSEG_HOT_NODE); in read_normal_summaries() 1639 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 1739 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in write_node_summaries()
|
D | f2fs.h | 581 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|
/linux-4.4.14/include/trace/events/ |
D | f2fs.h | 23 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); 86 { CURSEG_HOT_NODE, "Hot NODE" }, \
|