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

/linux-master/fs/ext4/
H A Dext4_jbd2.h347 return jbd2_journal_extend(handle, nblocks, revoke);
/linux-master/fs/ocfs2/
H A Djournal.c426 status = jbd2_journal_extend(handle, nblocks, 0);
466 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0);
/linux-master/include/linux/
H A Djbd2.h1517 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
/linux-master/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) 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 357 milliseconds