Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dnamei.c64 int hot_count = sbi->raw_super->hot_ext_count; in f2fs_update_extension_list()
98 sbi->raw_super->hot_ext_count = hot_count - 1; in f2fs_update_extension_list()
110 sbi->raw_super->hot_ext_count = hot_count + 1; in f2fs_update_extension_list()
149 hot_count = sbi->raw_super->hot_ext_count; in set_compress_new_inode()
319 hot_count = sbi->raw_super->hot_ext_count; in set_file_temperature()
Dsuper.c3389 raw_super->hot_ext_count > F2FS_MAX_EXTENSION || in sanity_check_raw_super()
3391 raw_super->hot_ext_count) > F2FS_MAX_EXTENSION) { in sanity_check_raw_super()
3394 raw_super->hot_ext_count, in sanity_check_raw_super()
Dsysfs.c290 int hot_count = sbi->raw_super->hot_ext_count; in f2fs_sbi_show()
/linux-6.1.9/include/linux/
Df2fs_fs.h152 __u8 hot_ext_count; /* # of hot file extension */ member