Searched refs:newrec (Results 1 – 1 of 1) sorted by relevance
416 struct list_struct rec, lastrec, newrec; in tdb_allocate() local448 newrec.rec_len = rec.rec_len - (sizeof(rec) + length); in tdb_allocate()449 newrec.next = rec.next; in tdb_allocate()450 newrec.magic = TDB_FREE_MAGIC; in tdb_allocate()455 if (rec_write(tdb, rec.next, &newrec) == -1) { in tdb_allocate()