Searched refs:jbd2_journal_extend (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4_jbd2.h | 344 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4_jbd2.h | 347 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | jbd2.h | 1515 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | jbd2.h | 1521 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | journal.c | 430 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 D | journal.c | 426 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 D | journal.c | 59 EXPORT_SYMBOL(jbd2_journal_extend); variable
|
H A D | transaction.c | 628 * 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 D | transaction.c | 640 * 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 D | journal.c | 58 EXPORT_SYMBOL(jbd2_journal_extend); variable
|
Completed in 25 milliseconds