Home
last modified time | relevance | path

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

/third_party/f2fs-tools/mkfs/
Df2fs_format.c145 sb->hot_ext_count = pos - get_sb(extension_count);; in cure_extension_list()
169 sb->hot_ext_count = pos - get_sb(extension_count); in cure_extension_list()
/third_party/f2fs-tools/fsck/
Ddir.c444 hot_count = sbi->raw_super->hot_ext_count; in set_file_temperature()
Dmount.c899 sb->hot_ext_count > F2FS_MAX_EXTENSION || in sanity_check_raw_super()
901 sb->hot_ext_count > F2FS_MAX_EXTENSION) { in sanity_check_raw_super()
904 sb->hot_ext_count, in sanity_check_raw_super()
/third_party/f2fs-tools/include/
Df2fs_fs.h675 __u8 hot_ext_count; /* # of hot file extension */ member