Home
last modified time | relevance | path

Searched refs:jbd2_journal_extend (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/ext4/
Dext4_jbd2.h338 return jbd2_journal_extend(handle, nblocks); in ext4_journal_extend()
Dinode.c5969 jbd2_journal_extend(handle, in ext4_try_to_expand_extra_isize()
/Linux-v5.4/Documentation/filesystems/
Djournalling.rst90 deadlocks. Note that :c:func:`jbd2_journal_extend` has similar blocking
/Linux-v5.4/include/linux/
Djbd2.h1368 extern int jbd2_journal_extend (handle_t *, int nblocks);
/Linux-v5.4/fs/ocfs2/
Djournal.c430 status = jbd2_journal_extend(handle, nblocks); in ocfs2_extend_trans()
470 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()
/Linux-v5.4/fs/jbd2/
Dtransaction.c599 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend() function
Djournal.c59 EXPORT_SYMBOL(jbd2_journal_extend);