Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dext4_jbd2.h263 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
/linux-6.15/Documentation/filesystems/
H A Djournalling.rst90 deadlocks. Note that jbd2_journal_extend() has similar blocking
/linux-6.15/include/linux/
H A Djbd2.h1507 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
/linux-6.15/fs/ocfs2/
H A Djournal.c448 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans()
505 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
/linux-6.15/fs/jbd2/
H A Dtransaction.c641 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() function
H A Djournal.c58 EXPORT_SYMBOL(jbd2_journal_extend);