Searched refs:jbd2_journal_extend (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | ext4_jbd2.h | 347 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
|
/openbmc/linux/include/linux/ |
H A D | jbd2.h | 1528 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | journalling.rst | 90 deadlocks. Note that jbd2_journal_extend() has similar blocking
|
/openbmc/linux/fs/ocfs2/ |
H A D | journal.c | 426 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans() 483 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
|
/openbmc/linux/fs/jbd2/ |
H A D | transaction.c | 645 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() function
|
H A D | journal.c | 58 EXPORT_SYMBOL(jbd2_journal_extend);
|