Lines Matching full:tailer
182 u32 totalsize; (tailer)
1880 u32 magic, tailer;
1934 /* and the tailer */
1935 tailer = sizeof(*rec) + recovery_max_size;
1936 memcpy(p, &tailer, 4);
2306 /* update a record tailer (must hold allocation lock) */
2312 /* Offset of tailer from record header */
2324 /* Allocation and tailer lock */
2328 /* set an initial tailer, so if we fail we don't leave a bogus record */
2361 /* Read in tailer and jump back to header */
2461 /* Update allocated record tailer (we
2494 /* Extra bytes required for tailer */
2952 tdb_off_t tailer_ofs, tailer;
2967 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
2968 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
2972 if (tailer != rec.rec_len + sizeof(rec)) {
2973 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
2974 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
3157 /* must be long enough key, data and tailer */
3513 * for key, data and tailer. If we find one, we don't have to