Lines Matching full:area
1174 * parser directly at the mmap area.
1275 into a linearised buffer in the transaction recovery area, then
1276 marking the transaction recovery area with a magic value to
1283 recovery area if needed, then continue with the open as
1288 still available, but no transaction recovery area is used and no
1788 allocate the recovery area, or use an existing recovery area if it is
1816 /* it fits in the existing area */
1822 /* we need to free up the old recovery area, then allocate a
1825 us an area that is being currently used (as of the start of
1829 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_recovery_allocate: failed to free previous recovery area\n"));
1845 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_recovery_allocate: failed to create recovery area\n"));
1853 again in the transaction commit, which would destroy the recovery area */
1885 check that the recovery area has enough space
1925 /* the recovery area contains the old data, not the
1941 /* write the recovery data to the recovery area */
2141 /* find the recovery area */
2216 /* if the recovery area is after the recovered eof then remove it */
3213 * function directly at the mmap area, it avoids the malloc/memcpy in this