Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dext4_jbd2.h347 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
/linux-6.1.9/Documentation/filesystems/
Djournalling.rst90 deadlocks. Note that jbd2_journal_extend() has similar blocking
/linux-6.1.9/include/linux/
Djbd2.h1520 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
/linux-6.1.9/fs/ocfs2/
Djournal.c428 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans()
468 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
/linux-6.1.9/fs/jbd2/
Dtransaction.c660 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() function
Djournal.c58 EXPORT_SYMBOL(jbd2_journal_extend);