Home
last modified time | relevance | path

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

/linux-6.12.1/fs/f2fs/
Dnamei.c78 int hot_count = sbi->raw_super->hot_ext_count; in f2fs_update_extension_list()
112 sbi->raw_super->hot_ext_count = hot_count - 1; in f2fs_update_extension_list()
124 sbi->raw_super->hot_ext_count = hot_count + 1; in f2fs_update_extension_list()
163 hot_count = sbi->raw_super->hot_ext_count; in set_compress_new_inode()
204 hot_count = sbi->raw_super->hot_ext_count; in set_file_temperature()
Dsuper.c3583 raw_super->hot_ext_count > F2FS_MAX_EXTENSION || in sanity_check_raw_super()
3585 raw_super->hot_ext_count) > F2FS_MAX_EXTENSION) { in sanity_check_raw_super()
3588 raw_super->hot_ext_count, in sanity_check_raw_super()
Dsysfs.c329 int hot_count = sbi->raw_super->hot_ext_count; in f2fs_sbi_show()
/linux-6.12.1/include/linux/
Df2fs_fs.h149 __u8 hot_ext_count; /* # of hot file extension */ member