Lines Matching refs:first_free
99 __le32 first_free; // 0x10: member
720 u32 ff = le32_to_cpu(rt->first_free); in check_rstbl()
774 *e = rt->first_free; in free_rsttbl_idx()
775 rt->first_free = off_le; in free_rsttbl_idx()
782 rt->first_free = off_le; in free_rsttbl_idx()
805 t->first_free = cpu_to_le32(sizeof(struct RESTART_TABLE)); in init_rsttbl()
837 if (tbl->first_free) { in extend_rsttbl()
838 rt->first_free = tbl->first_free; in extend_rsttbl()
841 rt->first_free = osize; in extend_rsttbl()
861 if (!t->first_free) { in alloc_rsttbl_idx()
867 off = le32_to_cpu(t->first_free); in alloc_rsttbl_idx()
872 t->first_free = *e; in alloc_rsttbl_idx()
879 if (!t->first_free) in alloc_rsttbl_idx()
927 off = le32_to_cpu(rt->first_free); in alloc_rsttbl_from_idx()
932 rt->first_free = *e; in alloc_rsttbl_from_idx()
967 if (!rt->first_free) in alloc_rsttbl_from_idx()