Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A 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/fs/jbd2/
H A Dtransaction.c542 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() function
546 EXPORT_SYMBOL(jbd2_journal_start);
/linux/include/linux/
H A Djbd2.h1516 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
/linux/fs/ocfs2/
H A 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/fs/ext4/
H A Dsuper.c772 handle = jbd2_journal_start(journal, 1); in update_super_work()