Searched refs:CURSEG_HOT_NODE (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/fs/f2fs/ |
| D | debug.c | 421 si->curseg[CURSEG_HOT_NODE], in stat_show() 422 si->cursec[CURSEG_HOT_NODE], in stat_show() 423 si->curzone[CURSEG_HOT_NODE], in stat_show() 424 si->dirty_seg[CURSEG_HOT_NODE], in stat_show() 425 si->full_seg[CURSEG_HOT_NODE], in stat_show() 426 si->valid_blks[CURSEG_HOT_NODE]); in stat_show()
|
| D | segment.h | 26 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE) 34 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) 42 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 55 ((secno) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \ 582 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
|
| D | checkpoint.c | 1441 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1453 cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint() 1455 cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint() 1456 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint() 1457 curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
|
| D | segment.c | 2887 i = CURSEG_HOT_NODE; in get_ssr_segment() 3312 return CURSEG_HOT_NODE; in __get_segment_type_2() 3359 CURSEG_HOT_NODE; in __get_segment_type_6() 3886 CURSEG_HOT_NODE]); in read_normal_summaries() 3888 CURSEG_HOT_NODE]); in read_normal_summaries() 3891 type - CURSEG_HOT_NODE); in read_normal_summaries() 3956 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 4064 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries() 4745 i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in sanity_check_curseg()
|
| D | f2fs.h | 974 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|
| D | super.c | 4155 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|
| /Linux-v5.15/include/trace/events/ |
| D | f2fs.h | 30 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); 98 { CURSEG_HOT_NODE, "Hot NODE" }, \
|