Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Df2fs_fs.h125 __le32 segment_count_sit; /* # of segments for SIT */ member
/linux-6.14.4/fs/f2fs/
Dsuper.c3440 u32 segment_count_sit = le32_to_cpu(raw_super->segment_count_sit); in sanity_check_area_boundary() local
3465 if (sit_blkaddr + (segment_count_sit << log_blocks_per_seg) != in sanity_check_area_boundary()
3469 segment_count_sit << log_blocks_per_seg); in sanity_check_area_boundary()
3706 sit_segs = le32_to_cpu(raw_super->segment_count_sit); in f2fs_sanity_check_ckpt()
Ddebug.c782 si->sit_area_segs = le32_to_cpu(raw_super->segment_count_sit); in f2fs_build_stats()
Dsysfs.c1566 le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_sit)); in disk_map_seq_show()
Dsegment.c4801 sit_segs = le32_to_cpu(raw_super->segment_count_sit) >> 1; in build_sit_info()