Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:tailer_ofs

2954 	tdb_off_t tailer_ofs, tailer;
2967 tailer_ofs = offset + sizeof(rec) + rec.rec_len - sizeof(tdb_off_t);
2969 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
2970 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);