Searched refs:fsmeta (Results 1 – 1 of 1) sorted by relevance
973 unsigned int total, fsmeta; in sanity_check_ckpt() local978 fsmeta = le32_to_cpu(raw_super->segment_count_ckpt); in sanity_check_ckpt()979 fsmeta += le32_to_cpu(raw_super->segment_count_sit); in sanity_check_ckpt()980 fsmeta += le32_to_cpu(raw_super->segment_count_nat); in sanity_check_ckpt()981 fsmeta += le32_to_cpu(ckpt->rsvd_segment_count); in sanity_check_ckpt()982 fsmeta += le32_to_cpu(raw_super->segment_count_ssa); in sanity_check_ckpt()984 if (unlikely(fsmeta >= total)) in sanity_check_ckpt()