Home
last modified time | relevance | path

Searched refs:j_transaction_sequence (Results 1 – 5 of 5) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drecovery.c302 journal->j_transaction_sequence = be32_to_cpu(sb->s_sequence) + 1; in jbd2_journal_recover()
320 journal->j_transaction_sequence = ++info.end_transaction; in jbd2_journal_recover()
360 ++journal->j_transaction_sequence; in jbd2_journal_skip_recovery()
369 journal->j_transaction_sequence = ++info.end_transaction; in jbd2_journal_skip_recovery()
Djournal.c1358 journal->j_transaction_sequence = journal->j_tail_sequence; in e2fsck_journal_load()
1436 journal->j_transaction_sequence = 1; in e2fsck_journal_fix_corrupt_super()
1649 journal->j_tail_sequence = journal->j_transaction_sequence; in recover_ext3_journal()
/third_party/e2fsprogs/debugfs/
Ddo_journal.c452 trans->tid = journal->j_transaction_sequence; in journal_open_trans()
485 journal->j_transaction_sequence = trans->tid + 1; in journal_close_trans()
761 journal->j_transaction_sequence = next_commit_ID; in journal_find_head()
922 journal->j_transaction_sequence, journal->j_tail, in do_journal_open()
Djournal.c635 journal->j_transaction_sequence = journal->j_tail_sequence; in ext2fs_journal_load()
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h101 tid_t j_transaction_sequence; member