Lines Matching full:tailer
179 u32 totalsize; (tailer)
490 /* update a record tailer (must hold allocation lock) */
496 /* Offset of tailer from record header */
505 tdb_off tailer_ofs, tailer;
516 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
517 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
521 if (tailer != rec.rec_len + sizeof(rec)) {
522 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
523 (unsigned)tailer, (unsigned)(rec.rec_len + sizeof(rec)));
628 /* Allocation and tailer lock */
632 /* set an initial tailer, so if we fail we don't leave a bogus record */
665 /* Read in tailer and jump back to header */
849 /* Extra bytes required for tailer */
894 /* Update allocated record tailer (we
1052 /* must be long enough key, data and tailer */
1524 /* must be long enough for key, old data + new data and tailer */