Home
last modified time | relevance | path

Searched refs:jbd2_journal_start (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/Documentation/filesystems/
Djournalling.rst42 this use jbd2_journal_start() which returns a transaction handle.
44 jbd2_journal_start() and its counterpart jbd2_journal_stop(),
48 jbd2_journal_start() before the transaction is completed (or more
82 The second case to bear in mind is that jbd2_journal_start() can block
87 deadlocks you must treat jbd2_journal_start() /
91 behaviour to jbd2_journal_start() so you can deadlock here just as
92 easily as on jbd2_journal_start().
/linux-6.6.21/include/linux/
Djbd2.h1511 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
/linux-6.6.21/fs/jbd2/
Dtransaction.c557 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() function
561 EXPORT_SYMBOL(jbd2_journal_start);
/linux-6.6.21/fs/ocfs2/
Djournal.c346 return jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
352 handle = jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
/linux-6.6.21/fs/ext4/
Dsuper.c773 handle = jbd2_journal_start(journal, 1); in update_super_work()