Lines Matching refs:total
96 __le16 total; // 0x04: Entries member
619 if (!t || !t->total) in enum_rstbl()
727 le16_to_cpu(rt->total) > ne || ff > ts || lf > ts || in check_rstbl()
788 le16_sub_cpu(&rt->total, 1); in free_rsttbl_idx()
844 rt->total = tbl->total; in extend_rsttbl()
882 le16_add_cpu(&t->total, 1); in alloc_rsttbl_idx()
974 le16_add_cpu(&rt->total, 1); in alloc_rsttbl_from_idx()
2585 u32 min_de, de_off, used, total; in check_index_header() local
2598 total = le32_to_cpu(hdr->total); in check_index_header()
2600 if (de_off > bytes - min_de || used > bytes || total > bytes || in check_index_header()
2601 de_off + min_de > used || used > total) { in check_index_header()
2781 le32_to_cpu(rec->total) != rs) { in check_file_record()
3386 esize > le32_to_cpu(rec->total) - le32_to_cpu(rec->used)) { in do_action()
3400 le32_add_cpu(&hdr->total, esize); in do_action()
3423 le32_sub_cpu(&hdr->total, esize); in do_action()
3512 used + esize > le32_to_cpu(hdr->total)) { in do_action()
3568 le32_to_cpu(hdr->total)) { in do_action()
4681 if ((!dptbl || !dptbl->total) && (!trtbl || !trtbl->total)) in log_replay()
4848 if (!dptbl || !dptbl->total) in log_replay()