Home
last modified time | relevance | path

Searched refs:j_first (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/jbd2/
Djournal.c864 journal->j_head = journal->j_first; in jbd2_journal_next_log_block()
1120 freed += journal->j_last - journal->j_first; in __jbd2_update_log_tail()
1557 journal->j_first = first; in journal_reset()
1560 journal->j_head = journal->j_first; in journal_reset()
1561 journal->j_tail = journal->j_first; in journal_reset()
1562 journal->j_free = journal->j_last - journal->j_first; in journal_reset()
2028 journal->j_first = be32_to_cpu(sb->s_first); in load_superblock()
2295 journal->j_free = journal->j_last - journal->j_first; in jbd2_journal_initialize_fast_commit()
Drecovery.c237 var -= (_wrap_last - (journal)->j_first); \
Dcommit.c800 freed += journal->j_last - journal->j_first; in jbd2_journal_commit_transaction()
/Linux-v6.1/fs/reiserfs/
Djournal.c2856 journal->j_first = NULL; in journal_init()
3380 journal->j_first = cn; in journal_mark_dirty()
3447 if (cn == journal->j_first) { in remove_from_transaction()
3448 journal->j_first = cn->next; in remove_from_transaction()
4129 for (i = 0, cn = journal->j_first; cn; cn = cn->next, i++) { in do_journal_end()
4196 cn = journal->j_first; in do_journal_end()
4258 journal->j_first = NULL; in do_journal_end()
Dreiserfs.h300 struct reiserfs_journal_cnode *j_first; member
/Linux-v6.1/include/linux/
Djbd2.h961 unsigned long j_first; member