Home
last modified time | relevance | path

Searched refs:IS_HOT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsegment.h35 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) macro
H A Dsegment.c3428 if (IS_HOT(type)) in __get_segment_type()