Lines Matching defs:total
96 __le16 total; // 0x04: Entries
619 if (!t || !t->total)
727 le16_to_cpu(rt->total) > ne || ff > ts || lf > ts ||
788 le16_sub_cpu(&rt->total, 1);
844 rt->total = tbl->total;
882 le16_add_cpu(&t->total, 1);
974 le16_add_cpu(&rt->total, 1);
1355 * The total available log file space is the number of
1533 * this range from the total available pages.
2391 * Check that the length field isn't greater than the total
2581 u32 min_de, de_off, used, total;
2594 total = le32_to_cpu(hdr->total);
2596 if (de_off > bytes - min_de || used > bytes || total > bytes ||
2597 de_off + min_de > used || used > total) {
2778 le32_to_cpu(rec->total) != rs) {
3383 esize > le32_to_cpu(rec->total) - le32_to_cpu(rec->used)) {
3397 le32_add_cpu(&hdr->total, esize);
3420 le32_sub_cpu(&hdr->total, esize);
3509 used + esize > le32_to_cpu(hdr->total)) {
3565 le32_to_cpu(hdr->total)) {
4660 if ((!dptbl || !dptbl->total) && (!trtbl || !trtbl->total))
4826 if (!dptbl || !dptbl->total)