CURSEG_HOT_NODE 1385 fs/f2fs/checkpoint.c struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); CURSEG_HOT_NODE 1400 fs/f2fs/checkpoint.c cpu_to_le32(curseg_segno(sbi, i + CURSEG_HOT_NODE)); CURSEG_HOT_NODE 1402 fs/f2fs/checkpoint.c cpu_to_le16(curseg_blkoff(sbi, i + CURSEG_HOT_NODE)); CURSEG_HOT_NODE 1403 fs/f2fs/checkpoint.c ckpt->alloc_type[i + CURSEG_HOT_NODE] = CURSEG_HOT_NODE 1404 fs/f2fs/checkpoint.c curseg_alloc_type(sbi, i + CURSEG_HOT_NODE); CURSEG_HOT_NODE 336 fs/f2fs/debug.c si->curseg[CURSEG_HOT_NODE], CURSEG_HOT_NODE 337 fs/f2fs/debug.c si->cursec[CURSEG_HOT_NODE], CURSEG_HOT_NODE 338 fs/f2fs/debug.c si->curzone[CURSEG_HOT_NODE]); CURSEG_HOT_NODE 2611 fs/f2fs/segment.c i = CURSEG_HOT_NODE; CURSEG_HOT_NODE 3005 fs/f2fs/segment.c return CURSEG_HOT_NODE; CURSEG_HOT_NODE 3041 fs/f2fs/segment.c CURSEG_HOT_NODE; CURSEG_HOT_NODE 3514 fs/f2fs/segment.c CURSEG_HOT_NODE]); CURSEG_HOT_NODE 3516 fs/f2fs/segment.c CURSEG_HOT_NODE]); CURSEG_HOT_NODE 3519 fs/f2fs/segment.c type - CURSEG_HOT_NODE); CURSEG_HOT_NODE 3583 fs/f2fs/segment.c type = CURSEG_HOT_NODE; CURSEG_HOT_NODE 3688 fs/f2fs/segment.c write_normal_summaries(sbi, start_blk, CURSEG_HOT_NODE); CURSEG_HOT_NODE 25 fs/f2fs/segment.h #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE) CURSEG_HOT_NODE 27 fs/f2fs/segment.h #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) CURSEG_HOT_NODE 35 fs/f2fs/segment.h ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ CURSEG_HOT_NODE 46 fs/f2fs/segment.h ((secno) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \ CURSEG_HOT_NODE 553 fs/f2fs/segment.h for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { CURSEG_HOT_NODE 3434 fs/f2fs/super.c seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); CURSEG_HOT_NODE 29 include/trace/events/f2fs.h TRACE_DEFINE_ENUM(CURSEG_HOT_NODE); CURSEG_HOT_NODE 95 include/trace/events/f2fs.h { CURSEG_HOT_NODE, "Hot NODE" }, \