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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c182 u32 totalsize; (tailer)
1880 u32 magic, tailer; local
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 an
2952 tdb_off_t tailer_ofs, tailer; local
[all...]

Completed in 64 milliseconds