Searched refs:CURSEG_WARM_NODE (Results 1 – 6 of 6) sorted by relevance
28 #define IS_WARM(t) ((t) == CURSEG_WARM_NODE || (t) == CURSEG_WARM_DATA)36 ((seg) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno) || \48 ((secno) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno / \
340 si->curseg[CURSEG_WARM_NODE], in stat_show()341 si->cursec[CURSEG_WARM_NODE], in stat_show()342 si->curzone[CURSEG_WARM_NODE]); in stat_show()
311 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes()656 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
2598 if (type >= CURSEG_WARM_NODE) { in get_ssr_segment()2647 type == CURSEG_WARM_NODE) in allocate_segment_by_default()3010 return CURSEG_WARM_NODE; in __get_segment_type_4()3031 return is_cold_node(fio->page) ? CURSEG_WARM_NODE : in __get_segment_type_6()
890 CURSEG_WARM_NODE, /* direct node blocks of normal files */ enumerator
30 TRACE_DEFINE_ENUM(CURSEG_WARM_NODE);96 { CURSEG_WARM_NODE, "Warm NODE" }, \