Searched refs:jbd2__journal_restart (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/ext4/ |
D | ext4_jbd2.h | 355 return jbd2__journal_restart(handle, nblocks, revoke, GFP_NOFS); in ext4_journal_restart()
|
/Linux-v6.1/fs/jbd2/ |
D | transaction.c | 778 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() function 822 EXPORT_SYMBOL(jbd2__journal_restart); 827 return jbd2__journal_restart(handle, nblocks, 0, GFP_NOFS); in jbd2_journal_restart()
|
/Linux-v6.1/include/linux/ |
D | jbd2.h | 1515 extern int jbd2__journal_restart(handle_t *, int nblocks,
|