Searched refs:jbd2_journal_extend (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ext4/ |
| A D | ext4_jbd2.h | 347 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
|
| /linux/Documentation/filesystems/ |
| A D | journalling.rst | 90 deadlocks. Note that jbd2_journal_extend() has similar blocking
|
| /linux/fs/ocfs2/ |
| A D | journal.c | 428 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans() 468 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
|
| /linux/include/linux/ |
| A D | jbd2.h | 1529 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
|
| /linux/fs/jbd2/ |
| A D | transaction.c | 665 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() function
|
| A D | journal.c | 59 EXPORT_SYMBOL(jbd2_journal_extend);
|
| /linux/ |
| A D | vmlinux.symvers | 9186 0x00000000 jbd2_journal_extend vmlinux EXPORT_SYMBOL
|
| A D | System.map | 11834 ffff80001036cc50 T jbd2_journal_extend
|
| A D | .tmp_System.map | 11834 ffff80001036cc50 T jbd2_journal_extend
|
Completed in 345 milliseconds