Searched refs:recovery_head (Results 1 – 1 of 1) sorted by relevance
1801 tdb_off_t recovery_head; in tdb_recovery_allocate() local1803 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) { in tdb_recovery_allocate()1810 if (recovery_head != 0 && in tdb_recovery_allocate()1811 methods->tdb_read(tdb, recovery_head, &rec, sizeof(rec), DOCONV()) == -1) { in tdb_recovery_allocate()1818 if (recovery_head != 0 && *recovery_size <= rec.rec_len) { in tdb_recovery_allocate()1821 *recovery_offset = recovery_head; in tdb_recovery_allocate()1830 if (recovery_head != 0) { in tdb_recovery_allocate()1831 if (tdb_free(tdb, recovery_head, &rec) == -1) { in tdb_recovery_allocate()1843 recovery_head = *recovery_offset; in tdb_recovery_allocate()1861 CONVERT(recovery_head); in tdb_recovery_allocate()[all …]