Lines Matching full:transaction
16 typedef unsigned int tid_t; /* Unique transaction ID */
17 typedef struct transaction_s transaction_t; /* Compound transaction type */
50 * the currently running transaction
69 * Pointer to the compound transaction which owns this buffer's
70 * metadata: either the running transaction or the committing
71 * transaction (if there is one). Only applies to buffers on a
72 * transaction's data or metadata journaling list.
80 * Pointer to the running compound transaction which is currently
81 * modifying the buffer's metadata, if there was already a transaction
82 * committing it when the new transaction touched it.
88 * Doubly-linked list of buffers on a transaction's data, metadata or
94 * Pointer to the compound transaction against which this buffer
102 * before an old transaction can be checkpointed.
110 /* Trigger type for the committing transaction's frozen data */