Searched refs:fsmeta (Results 1 – 1 of 1) sorted by relevance
874 unsigned int total, fsmeta; in sanity_check_ckpt() local879 fsmeta = le32_to_cpu(raw_super->segment_count_ckpt); in sanity_check_ckpt()880 fsmeta += le32_to_cpu(raw_super->segment_count_sit); in sanity_check_ckpt()881 fsmeta += le32_to_cpu(raw_super->segment_count_nat); in sanity_check_ckpt()882 fsmeta += le32_to_cpu(ckpt->rsvd_segment_count); in sanity_check_ckpt()883 fsmeta += le32_to_cpu(raw_super->segment_count_ssa); in sanity_check_ckpt()885 if (unlikely(fsmeta >= total)) in sanity_check_ckpt()