Searched refs:journal_join (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | journal.c | 15 * journal_join -- same as journal_begin, but won't block on the current 91 static int journal_join(struct reiserfs_transaction_handle *th, 1922 if (!journal_join(&myth, sb)) { in do_journal_release() 3042 /* set here for journal_join */ in do_journal_begin_r() 3107 retval = journal_join(&myth, sb); in do_journal_begin_r() 3195 static int journal_join(struct reiserfs_transaction_handle *th, in journal_join() function 3585 if (!journal_join(&th, sb)) { in reiserfs_flush_old_commits()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | journal.c | 15 * journal_join -- same as journal_begin, but won't block on the current 91 static int journal_join(struct reiserfs_transaction_handle *th, 1923 if (!journal_join(&myth, sb)) { in do_journal_release() 3048 /* set here for journal_join */ in do_journal_begin_r() 3112 retval = journal_join(&myth, sb); in do_journal_begin_r() 3200 static int journal_join(struct reiserfs_transaction_handle *th, in journal_join() function 3590 if (!journal_join(&th, sb)) { in reiserfs_flush_old_commits()
|
Completed in 11 milliseconds