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

/linux-master/fs/f2fs/
H A Ddebug.c467 si->curseg[CURSEG_HOT_NODE],
468 si->cursec[CURSEG_HOT_NODE],
469 si->curzone[CURSEG_HOT_NODE],
470 si->dirty_seg[CURSEG_HOT_NODE],
471 si->full_seg[CURSEG_HOT_NODE],
472 si->valid_blks[CURSEG_HOT_NODE]);
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 / \
567 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) {
H A Dsegment.c3036 i = CURSEG_HOT_NODE;
3372 return CURSEG_HOT_NODE;
3441 CURSEG_HOT_NODE;
4043 CURSEG_HOT_NODE]);
4045 CURSEG_HOT_NODE]);
4048 type - CURSEG_HOT_NODE);
4113 type = CURSEG_HOT_NODE;
4214 write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE);
4927 i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE)
H A Dcheckpoint.c1475 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE);
1486 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE);
1490 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type;
H A Df2fs.h1018 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator in enum:__anon104
H A Dsuper.c4551 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE);
/linux-master/include/trace/events/
H A Df2fs.h26 TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); variable
92 { CURSEG_HOT_NODE, "Hot NODE" }, \

Completed in 250 milliseconds