Searched refs:jbd2_journal_restart (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | jbd2.h | 1509 extern int jbd2_journal_restart(handle_t *, int nblocks);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | jbd2.h | 1515 extern int jbd2_journal_restart(handle_t *, int nblocks);
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | transaction.c | 763 * to a running handle, a call to jbd2_journal_restart will commit the 816 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart() function 820 EXPORT_SYMBOL(jbd2_journal_restart); variable
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | journal.c | 399 * This might call jbd2_journal_restart() which will commit dirty buffers 439 status = jbd2_journal_restart(handle, in ocfs2_extend_trans() 477 status = jbd2_journal_restart(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | transaction.c | 772 * to a running handle, a call to jbd2_journal_restart will commit the 825 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart() function 829 EXPORT_SYMBOL(jbd2_journal_restart); variable
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | journal.c | 395 * This might call jbd2_journal_restart() which will commit dirty buffers 435 status = jbd2_journal_restart(handle, in ocfs2_extend_trans() 473 status = jbd2_journal_restart(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()
|
Completed in 18 milliseconds