Home
last modified time | relevance | path

Searched refs:jbd2_journal_extend (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4_jbd2.h344 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4_jbd2.h347 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h1515 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h1521 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.c430 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans()
470 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.c426 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans()
466 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
/kernel/linux/linux-5.10/fs/jbd2/
H A Djournal.c59 EXPORT_SYMBOL(jbd2_journal_extend); variable
H A Dtransaction.c628 * jbd2_journal_extend() - extend buffer credits.
638 * jbd2_journal_extend tries to give the running handle more buffer credits.
648 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() function
762 * If the jbd2_journal_extend() call above fails to grant new buffer credits
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c640 * jbd2_journal_extend() - extend buffer credits.
650 * jbd2_journal_extend tries to give the running handle more buffer credits.
660 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() function
771 * If the jbd2_journal_extend() call above fails to grant new buffer credits
H A Djournal.c58 EXPORT_SYMBOL(jbd2_journal_extend); variable

Completed in 25 milliseconds