Home
last modified time | relevance | path

Searched refs:jbd2_journal_extend (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/ext4/
Dext4_jbd2.h337 return jbd2_journal_extend(handle, nblocks); in ext4_journal_extend()
Dinode.c5160 if ((jbd2_journal_extend(handle, in ext4_mark_inode_dirty()
/linux-4.4.14/include/linux/
Djbd2.h1231 extern int jbd2_journal_extend (handle_t *, int nblocks);
/linux-4.4.14/fs/ocfs2/
Djournal.c443 status = jbd2_journal_extend(handle, nblocks); in ocfs2_extend_trans()
483 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()
/linux-4.4.14/fs/jbd2/
Dtransaction.c559 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend() function
Djournal.c61 EXPORT_SYMBOL(jbd2_journal_extend);