Home
last modified time | relevance | path

Searched refs:CURSEG_HOT_NODE (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Ddebug.c377 si->curseg[CURSEG_HOT_NODE], in stat_show()
378 si->cursec[CURSEG_HOT_NODE], in stat_show()
379 si->curzone[CURSEG_HOT_NODE], in stat_show()
380 si->dirty_seg[CURSEG_HOT_NODE], in stat_show()
381 si->full_seg[CURSEG_HOT_NODE], in stat_show()
382 si->valid_blks[CURSEG_HOT_NODE]); in stat_show()
H A 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 / \
609 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
H A Dcheckpoint.c1423 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
1435 cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint()
1437 cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); in do_checkpoint()
1438 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint()
1439 curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
H A Dsegment.c246 case CURSEG_HOT_NODE: in need_ssr_by_type()
2984 i = CURSEG_HOT_NODE; in get_ssr_segment()
3421 return CURSEG_HOT_NODE; in __get_segment_type_2()
3463 CURSEG_HOT_NODE; in __get_segment_type_6()
3986 CURSEG_HOT_NODE]); in read_normal_summaries()
3988 CURSEG_HOT_NODE]); in read_normal_summaries()
3991 type - CURSEG_HOT_NODE); in read_normal_summaries()
4055 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
4161 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries()
H A Dsuper.c3843 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
H A Df2fs.h948 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
/kernel/linux/linux-6.6/fs/f2fs/
H A 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 / \
580 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
H A Ddebug.c468 si->curseg[CURSEG_HOT_NODE], in stat_show()
469 si->cursec[CURSEG_HOT_NODE], in stat_show()
470 si->curzone[CURSEG_HOT_NODE], in stat_show()
471 si->dirty_seg[CURSEG_HOT_NODE], in stat_show()
472 si->full_seg[CURSEG_HOT_NODE], in stat_show()
473 si->valid_blks[CURSEG_HOT_NODE]); in stat_show()
H A Dsegment.c3001 i = CURSEG_HOT_NODE; in get_ssr_segment()
3297 return CURSEG_HOT_NODE; in __get_segment_type_2()
3366 CURSEG_HOT_NODE; in __get_segment_type_6()
3934 CURSEG_HOT_NODE]); in read_normal_summaries()
3936 CURSEG_HOT_NODE]); in read_normal_summaries()
3939 type - CURSEG_HOT_NODE); in read_normal_summaries()
4004 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
4105 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); in f2fs_write_node_summaries()
4821 i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in sanity_check_curseg()
H A Dcheckpoint.c1460 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
1471 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
1475 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type; in do_checkpoint()
H A Dsuper.c4617 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
H A Df2fs.h1009 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h30 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); variable
98 { CURSEG_HOT_NODE, "Hot NODE" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h26 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); variable
92 { CURSEG_HOT_NODE, "Hot NODE" }, \

Completed in 51 milliseconds