Home
last modified time | relevance | path

Searched refs:hot_ext_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/f2fs/
Dnamei.c186 hot_count = sbi->raw_super->hot_ext_count; in set_file_temperature()
206 int hot_count = sbi->raw_super->hot_ext_count; in f2fs_update_extension_list()
240 sbi->raw_super->hot_ext_count = hot_count - 1; in f2fs_update_extension_list()
252 sbi->raw_super->hot_ext_count = hot_count + 1; in f2fs_update_extension_list()
Dsysfs.c147 int hot_count = sbi->raw_super->hot_ext_count; in f2fs_sbi_show()
Dsuper.c2308 raw_super->hot_ext_count > F2FS_MAX_EXTENSION || in sanity_check_raw_super()
2310 raw_super->hot_ext_count) > F2FS_MAX_EXTENSION) { in sanity_check_raw_super()
2314 raw_super->hot_ext_count, in sanity_check_raw_super()
/linux-4.19.296/include/linux/
Df2fs_fs.h114 __u8 hot_ext_count; /* # of hot file extension */ member