Searched refs:CURSEG_WARM_NODE (Results 1 – 6 of 6) sorted by relevance
321 si->curseg[CURSEG_WARM_NODE], in stat_show()322 si->cursec[CURSEG_WARM_NODE], in stat_show()323 si->curzone[CURSEG_WARM_NODE]); in stat_show()
31 #define IS_WARM(t) ((t) == CURSEG_WARM_NODE || (t) == CURSEG_WARM_DATA)39 ((seg) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno) || \51 ((secno) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno / \
249 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes()571 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
2456 if (type >= CURSEG_WARM_NODE) { in get_ssr_segment()2496 type == CURSEG_WARM_NODE) in allocate_segment_by_default()2826 return CURSEG_WARM_NODE; in __get_segment_type_4()2847 return is_cold_node(fio->page) ? CURSEG_WARM_NODE : in __get_segment_type_6()
867 CURSEG_WARM_NODE, /* direct node blocks of normal files */ enumerator
30 TRACE_DEFINE_ENUM(CURSEG_WARM_NODE);106 { CURSEG_WARM_NODE, "Warm NODE" }, \