Searched refs:jbd2__journal_restart (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4_jbd2.h | 357 return jbd2__journal_restart(handle, nblocks, revoke, GFP_NOFS); in ext4_journal_restart()
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | transaction.c | 769 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() function 813 EXPORT_SYMBOL(jbd2__journal_restart); 818 return jbd2__journal_restart(handle, nblocks, 0, GFP_NOFS); in jbd2_journal_restart()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 1475 extern int jbd2__journal_restart(handle_t *, int nblocks,
|