Home
last modified time | relevance | path

Searched refs:CURSEG_COLD_NODE (Results 1 – 4 of 4) sorted by relevance

/fs/f2fs/
Dsegment.h29 #define IS_COLD(t) ((t) == CURSEG_COLD_NODE || (t) == CURSEG_COLD_DATA)
37 ((seg) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno))
50 ((secno) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno / \
549 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
Ddebug.c123 for (i = CURSEG_HOT_DATA; i <= CURSEG_COLD_NODE; i++) { in update_general_status()
337 si->curseg[CURSEG_COLD_NODE], in stat_show()
338 si->cursec[CURSEG_COLD_NODE], in stat_show()
339 si->curzone[CURSEG_COLD_NODE]); in stat_show()
Dsegment.c2583 i = CURSEG_COLD_NODE; in get_ssr_segment()
2963 return CURSEG_COLD_NODE; in __get_segment_type_4()
2984 return CURSEG_COLD_NODE; in __get_segment_type_6()
3520 for (; type <= CURSEG_COLD_NODE; type++) { in restore_curseg_summaries()
4160 for (type = CURSEG_HOT_DATA; type <= CURSEG_COLD_NODE; type++) { in init_free_segmap()
Df2fs.h875 CURSEG_COLD_NODE, /* indirect node blocks */ enumerator