Searched refs:recovery_head (Results 1 – 1 of 1) sorted by relevance
1798 tdb_off_t recovery_head; in tdb_recovery_allocate() local1800 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) { in tdb_recovery_allocate()1807 if (recovery_head != 0 && in tdb_recovery_allocate()1808 methods->tdb_read(tdb, recovery_head, &rec, sizeof(rec), DOCONV()) == -1) { in tdb_recovery_allocate()1815 if (recovery_head != 0 && *recovery_size <= rec.rec_len) { in tdb_recovery_allocate()1818 *recovery_offset = recovery_head; in tdb_recovery_allocate()1827 if (recovery_head != 0) { in tdb_recovery_allocate()1828 if (tdb_free(tdb, recovery_head, &rec) == -1) { in tdb_recovery_allocate()1840 recovery_head = *recovery_offset; in tdb_recovery_allocate()1858 CONVERT(recovery_head); in tdb_recovery_allocate()[all …]