Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:transaction

20  *   transaction's revoked blocks to the journal
22 * + Recovery: during recovery we record the transaction ID of all
29 * single transaction:
33 * cancel the revoke before the transaction commits.
40 * in the current transaction, so any revoke for that block in the
41 * transaction must have happened after the block was journaled and so
78 journal replay, this involves recording the transaction ID of the
79 last transaction to revoke this block. */
263 * crash after this current transaction commits. Any subsequent
264 * metadata writes of the buffer in this transaction cancel the
367 * discarded, and then reallocated within the same transaction. In such
438 transaction_t *transaction)
457 write_one_revoke_record(journal, transaction,
476 transaction_t *transaction,
510 header->h_sequence = htonl(transaction->t_tid);
514 journal_file_buffer(descriptor, transaction, BJ_LogCtl);
565 * check whether a given block in a given transaction should be replayed
567 transaction)
598 * that block been revoked? A revoke record with a given transaction
599 * sequence number revokes all blocks in that transaction and earlier