Searched refs:HOT (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Ddata.c595 for (j = HOT; j < n; j++) {
644 for (temp = HOT; temp < NR_TEMP_TYPE; temp++) {
656 /* TODO: use HOT temp only for meta pages now. */
784 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
833 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
H A Dsegment.c3465 fio->temp = HOT;
3687 .temp = HOT,
H A Df2fs.h1133 HOT = 0, /* must be zero for meta bio */ enumerator in enum:temp_type
1201 enum temp_type temp; /* contains HOT/WARM/COLD */
/linux-master/include/trace/events/
H A Df2fs.h20 TRACE_DEFINE_ENUM(HOT); variable
65 { HOT, "HOT" }, \

Completed in 153 milliseconds