Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
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/ocfs2/
A Djournal.c348 return jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
354 handle = jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
/linux/fs/jbd2/
A Dtransaction.c562 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() function
566 EXPORT_SYMBOL(jbd2_journal_start);
/linux/include/linux/
A Djbd2.h1519 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
/linux/fs/ext4/
A Dsuper.c707 handle = jbd2_journal_start(journal, 1); in flush_stashed_error_work()
/linux/
A Dvmlinux.symvers7081 0x00000000 jbd2_journal_start vmlinux EXPORT_SYMBOL
A DSystem.map11829 ffff80001036ca80 T jbd2_journal_start
A D.tmp_System.map11829 ffff80001036ca80 T jbd2_journal_start

Completed in 410 milliseconds