Lines Matching full:tailer
184 u32 totalsize; (tailer)
1882 u32 magic, tailer;
1936 /* and the tailer */
1937 tailer = sizeof(*rec) + recovery_max_size;
1938 memcpy(p, &tailer, 4);
2308 /* update a record tailer (must hold allocation lock) */
2314 /* Offset of tailer from record header */
2326 /* Allocation and tailer lock */
2330 /* set an initial tailer, so if we fail we don't leave a bogus record */
2363 /* Read in tailer and jump back to header */
2463 /* Update allocated record tailer (we
2496 /* Extra bytes required for tailer */
2954 tdb_off_t tailer_ofs, tailer;
2969 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
2970 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
2974 if (tailer != rec.rec_len + sizeof(rec)) {
2975 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
2976 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
3161 /* must be long enough key, data and tailer */
3517 * for key, data and tailer. If we find one, we don't have to