Searched refs:recovery_head (Results 1 – 1 of 1) sorted by relevance
1796 tdb_off_t recovery_head; in tdb_recovery_allocate() local1798 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) { in tdb_recovery_allocate()1805 if (recovery_head != 0 && in tdb_recovery_allocate()1806 methods->tdb_read(tdb, recovery_head, &rec, sizeof(rec), DOCONV()) == -1) { in tdb_recovery_allocate()1813 if (recovery_head != 0 && *recovery_size <= rec.rec_len) { in tdb_recovery_allocate()1816 *recovery_offset = recovery_head; in tdb_recovery_allocate()1825 if (recovery_head != 0) { in tdb_recovery_allocate()1826 if (tdb_free(tdb, recovery_head, &rec) == -1) { in tdb_recovery_allocate()1838 recovery_head = *recovery_offset; in tdb_recovery_allocate()1856 CONVERT(recovery_head); in tdb_recovery_allocate()[all …]