Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h124 __le32 segment_count_sit; /* # of segments for SIT */ member
/openbmc/linux/fs/f2fs/
H A Dsuper.c3332 u32 segment_count_sit = le32_to_cpu(raw_super->segment_count_sit); in sanity_check_area_boundary() local
3357 if (sit_blkaddr + (segment_count_sit << log_blocks_per_seg) != in sanity_check_area_boundary()
3361 segment_count_sit << log_blocks_per_seg); in sanity_check_area_boundary()
3599 sit_segs = le32_to_cpu(raw_super->segment_count_sit); in f2fs_sanity_check_ckpt()
H A Ddebug.c677 si->sit_area_segs = le32_to_cpu(raw_super->segment_count_sit); in f2fs_build_stats()
H A Dsegment.c4467 sit_segs = le32_to_cpu(raw_super->segment_count_sit) >> 1; in build_sit_info()