Lines Matching defs:__db_log
63 struct __db_log { struct
65 db_mutex_t *mutexp; /* Mutex for thread protection. */
67 DB_ENTRY *dbentry; /* Recovery file-id mapping. */
69 u_int32_t dbentry_cnt; /* Entries. Grows by DB_GROW_SIZE. */
77 u_int32_t lfname; /* Log file "name". */
78 int lfd; /* Log file descriptor. */
80 DB_LSN c_lsn; /* Cursor: current LSN. */
81 DBT c_dbt; /* Cursor: return DBT structure. */
82 int c_fd; /* Cursor: file descriptor. */
83 u_int32_t c_off; /* Cursor: previous record offset. */
84 u_int32_t c_len; /* Cursor: current record length. */
87 LOG *lp; /* Address of the shared LOG. */
89 DB_ENV *dbenv; /* Reference to error information. */
90 REGINFO reginfo; /* Region information. */
92 void *addr; /* Address of shalloc() region. */
94 char *dir; /* Directory argument. */
100 void *xa_info; /* Committed transaction list that
103 DB_LSN xa_lsn; /* Position of an XA recovery scan. */
104 DB_LSN xa_first; /* LSN to which we need to roll back