Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Ddebug.c420 si->curseg[CURSEG_HOT_NODE], in stat_show()
421 si->cursec[CURSEG_HOT_NODE], in stat_show()
422 si->curzone[CURSEG_HOT_NODE], in stat_show()
423 si->dirty_seg[CURSEG_HOT_NODE], in stat_show()
424 si->full_seg[CURSEG_HOT_NODE], in stat_show()
425 si->valid_blks[CURSEG_HOT_NODE]); in stat_show()
Dsegment.h26 #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 / \
590 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
Dcheckpoint.c1460 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
1472 cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint()
1474 cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint()
1475 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint()
1476 curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
Dsegment.c2805 i = CURSEG_HOT_NODE; in get_ssr_segment()
3135 return CURSEG_HOT_NODE; in __get_segment_type_2()
3181 CURSEG_HOT_NODE; in __get_segment_type_6()
3727 CURSEG_HOT_NODE]); in read_normal_summaries()
3729 CURSEG_HOT_NODE]); in read_normal_summaries()
3732 type - CURSEG_HOT_NODE); in read_normal_summaries()
3797 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
3905 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries()
4624 i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in sanity_check_curseg()
Dsuper.c4321 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
Df2fs.h1018 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
/Linux-v6.1/include/trace/events/
Df2fs.h26 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE);
90 { CURSEG_HOT_NODE, "Hot NODE" }, \