Lines Matching defs:lf
736 u32 lf = le32_to_cpu(rt->last_free);
743 lf > ts - sizeof(__le32) ||
745 (lf && lf < sizeof(struct RESTART_TABLE))) {
787 u32 lf = le32_to_cpu(rt->last_free);
795 if (!lf)
798 if (lf)
799 *(__le32 *)Add2Ptr(rt, lf) = off_le;
815 u32 lf = sizeof(struct RESTART_TABLE) + (used - 1) * esize;
825 t->last_free = cpu_to_le32(lf);
828 last_free = Add2Ptr(t, lf);