Searched refs:IS_WARM (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ | ||
H A D | segment.h | 36 #define IS_WARM(t) ((t) == CURSEG_WARM_NODE || (t) == CURSEG_WARM_DATA) macro |
H A D | segment.c | 3430 else if (IS_WARM(type)) in __get_segment_type() |