Searched refs:IS_HOT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ | ||
| H A D | segment.h | 35 #define IS_HOT(t) ((t) == CURSEG_HOT_NODE || (t) == CURSEG_HOT_DATA) macro |
| H A D | segment.c | 3374 if (IS_HOT(type)) in __get_segment_type() |