Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jbd2/
Djournal.c865 journal->j_head = journal->j_first; in jbd2_journal_next_log_block()
1123 freed += journal->j_last - journal->j_first; in __jbd2_update_log_tail()
1497 journal->j_first = first; in journal_reset()
1500 journal->j_head = journal->j_first; in journal_reset()
1501 journal->j_tail = journal->j_first; in journal_reset()
1502 journal->j_free = journal->j_last - journal->j_first; in journal_reset()
1866 journal->j_first = be32_to_cpu(sb->s_first); in load_superblock()
2123 journal->j_free = journal->j_last - journal->j_first; in jbd2_journal_initialize_fast_commit()
Drecovery.c232 var -= (_wrap_last - (journal)->j_first); \
Dcommit.c811 freed += journal->j_last - journal->j_first; in jbd2_journal_commit_transaction()
/Linux-v5.10/fs/reiserfs/
Djournal.c2840 journal->j_first = NULL; in journal_init()
3364 journal->j_first = cn; in journal_mark_dirty()
3431 if (cn == journal->j_first) { in remove_from_transaction()
3432 journal->j_first = cn->next; in remove_from_transaction()
4113 for (i = 0, cn = journal->j_first; cn; cn = cn->next, i++) { in do_journal_end()
4180 cn = journal->j_first; in do_journal_end()
4242 journal->j_first = NULL; in do_journal_end()
Dreiserfs.h302 struct reiserfs_journal_cnode *j_first; member
/Linux-v5.10/include/linux/
Djbd2.h927 unsigned long j_first; member