Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h35 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) macro
Dsegment.c3206 if (IS_HOT(type)) in __get_segment_type()