Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsuper.c973 unsigned int total, fsmeta; in sanity_check_ckpt() local
978 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()