Searched refs:j_first (Results 1 – 5 of 5) sorted by relevance
864 journal->j_head = journal->j_first; in jbd2_journal_next_log_block()1119 freed += journal->j_last - journal->j_first; in __jbd2_update_log_tail()1556 journal->j_first = first; in journal_reset()1559 journal->j_head = journal->j_first; in journal_reset()1560 journal->j_tail = journal->j_first; in journal_reset()1561 journal->j_free = journal->j_last - journal->j_first; in journal_reset()2033 journal->j_first = be32_to_cpu(sb->s_first); in load_superblock()2299 journal->j_free = journal->j_last - journal->j_first; in jbd2_journal_initialize_fast_commit()
233 var -= ((journal)->j_last - (journal)->j_first); \
802 freed += journal->j_last - journal->j_first; in jbd2_journal_commit_transaction()
2858 journal->j_first = NULL; in journal_init()3382 journal->j_first = cn; in journal_mark_dirty()3449 if (cn == journal->j_first) { in remove_from_transaction()3450 journal->j_first = cn->next; in remove_from_transaction()4131 for (i = 0, cn = journal->j_first; cn; cn = cn->next, i++) { in do_journal_end()4198 cn = journal->j_first; in do_journal_end()4260 journal->j_first = NULL; in do_journal_end()
300 struct reiserfs_journal_cnode *j_first; member