Lines Matching refs:hot_count
199 int i, cold_count, hot_count;
204 hot_count = sbi->raw_super->hot_ext_count;
206 for (i = 0; i < cold_count + hot_count; i++) {
213 if (i == cold_count + hot_count)
227 int hot_count = sbi->raw_super->hot_ext_count;
228 int total_count = cold_count + hot_count;
238 if (hot && !hot_count)
261 sbi->raw_super->hot_ext_count = hot_count - 1;
273 sbi->raw_super->hot_ext_count = hot_count + 1;
278 F2FS_EXTENSION_LEN * hot_count);
282 F2FS_EXTENSION_LEN * hot_count);
294 int i, cold_count, hot_count;
305 hot_count = sbi->raw_super->hot_ext_count;
307 for (i = cold_count; i < cold_count + hot_count; i++) {