Home
last modified time | relevance | path

Searched refs:CURSEG_HOT_NODE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dsegment.h28 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE)
30 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA)
38 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \
49 ((secno) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \
546 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
Ddebug.c317 si->curseg[CURSEG_HOT_NODE], in stat_show()
318 si->cursec[CURSEG_HOT_NODE], in stat_show()
319 si->curzone[CURSEG_HOT_NODE]); in stat_show()
Dcheckpoint.c1273 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
1292 cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint()
1294 cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint()
1295 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint()
1296 curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
Dsegment.c2460 i = CURSEG_HOT_NODE; in get_ssr_segment()
2812 return CURSEG_HOT_NODE; in __get_segment_type_2()
2848 CURSEG_HOT_NODE; in __get_segment_type_6()
3294 CURSEG_HOT_NODE]); in read_normal_summaries()
3296 CURSEG_HOT_NODE]); in read_normal_summaries()
3299 type - CURSEG_HOT_NODE); in read_normal_summaries()
3363 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
3465 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries()
Dsuper.c2963 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
Df2fs.h866 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
/Linux-v4.19/include/trace/events/
Df2fs.h29 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE);
105 { CURSEG_HOT_NODE, "Hot NODE" }, \