Home
last modified time | relevance | path

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

/external/f2fs-tools/mkfs/
Df2fs_format.c150 sb->hot_ext_count = pos - get_sb(extension_count);; in cure_extension_list()
174 sb->hot_ext_count = pos - get_sb(extension_count); in cure_extension_list()
/external/f2fs-tools/fsck/
Ddir.c445 hot_count = sbi->raw_super->hot_ext_count; in set_file_temperature()
Dmount.c911 sb->hot_ext_count > F2FS_MAX_EXTENSION || in sanity_check_raw_super()
913 sb->hot_ext_count > F2FS_MAX_EXTENSION) { in sanity_check_raw_super()
916 sb->hot_ext_count, in sanity_check_raw_super()
/external/f2fs-tools/include/
Df2fs_fs.h774 __u8 hot_ext_count; /* # of hot file extension */ member