Searched defs:tailer (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c185 u32 totalsize; (tailer)
1887 u32 magic, tailer; local
1941 /* and the tailer */
1942 tailer = sizeof(*rec) + recovery_max_size;
1943 memcpy(p, &tailer, 4);
2313 /* update a record tailer (must hold allocation lock) */
2319 /* Offset of tailer from record header */
2331 /* Allocation and tailer lock */
2335 /* set an initial tailer, so if we fail we don't leave a bogus record */
2368 /* Read in tailer an
2959 tdb_off_t tailer_ofs, tailer; local
[all...]

Completed in 122 milliseconds