Searched refs:j_head (Results 1 – 4 of 4) sorted by relevance
824 blocknr = journal->j_head; in jbd2_journal_next_log_block()825 journal->j_head++; in jbd2_journal_next_log_block()827 if (journal->j_head == journal->j_last) in jbd2_journal_next_log_block()828 journal->j_head = journal->j_first; in jbd2_journal_next_log_block()1036 *block = journal->j_head; in jbd2_journal_get_log_tail()1039 *block = journal->j_head; in jbd2_journal_get_log_tail()1730 if (journal->j_head < first || journal->j_head >= last) { in journal_reset()1733 journal->j_head); in journal_reset()1734 journal->j_head = journal->j_first; in journal_reset()1737 journal->j_head = journal->j_first; in journal_reset()[all …]
302 journal->j_head = be32_to_cpu(sb->s_head); in jbd2_journal_recover()321 journal->j_head = info.head_block; in jbd2_journal_recover()323 journal->j_transaction_sequence, journal->j_head); in jbd2_journal_recover()373 journal->j_head = journal->j_first; in jbd2_journal_skip_recovery()383 journal->j_head = info.head_block; in jbd2_journal_skip_recovery()
536 commit_transaction->t_log_start = journal->j_head; in jbd2_journal_commit_transaction()
899 unsigned long j_head; member