Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c3528 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super() local
3532 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
3535 if (segment_count != dev_seg_count) { in sanity_check_raw_super()
3537 segment_count, dev_seg_count); in sanity_check_raw_super()