Home
last modified time | relevance | path

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

/fs/f2fs/
Ddebug.c430 si->curseg[CURSEG_COLD_NODE], in stat_show()
431 si->cursec[CURSEG_COLD_NODE], in stat_show()
432 si->curzone[CURSEG_COLD_NODE], in stat_show()
433 si->dirty_seg[CURSEG_COLD_NODE], in stat_show()
434 si->full_seg[CURSEG_COLD_NODE], in stat_show()
435 si->valid_blks[CURSEG_COLD_NODE]); in stat_show()
Dsegment.h26 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE)
37 #define IS_COLD(t) ((t) == CURSEG_COLD_NODE || (t) == CURSEG_COLD_DATA)
45 ((seg) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno) || \
60 ((secno) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno / \
592 for (i = CURSEG_HOT_NODE; i <= CURSEG_COLD_NODE; i++) { in has_curseg_enough_space()
Dsegment.c2854 i = CURSEG_COLD_NODE; in get_ssr_segment()
3297 return CURSEG_COLD_NODE; in __get_segment_type_4()
3352 return CURSEG_COLD_NODE; in __get_segment_type_6()
3971 for (; type <= CURSEG_COLD_NODE; type++) { in restore_curseg_summaries()
4657 for (type = CURSEG_HOT_DATA; type <= CURSEG_COLD_NODE; type++) { in init_free_segmap()
Df2fs.h988 CURSEG_COLD_NODE, /* indirect node blocks */ enumerator