Searched refs:jbd2_journal_get_undo_access (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Djbd2.h1521 extern int jbd2_journal_get_undo_access(handle_t *, struct buffer_head *);
/linux-master/fs/ocfs2/
H A Djournal.c690 status = jbd2_journal_get_undo_access(handle, bh);
/linux-master/fs/jbd2/
H A Dtransaction.c1359 * jbd2_journal_get_undo_access() - Notify intent to modify metadata with
1371 * To deal with that, jbd2_journal_get_undo_access requests write access to a
1384 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) function
H A Djournal.c64 EXPORT_SYMBOL(jbd2_journal_get_undo_access); variable

Completed in 145 milliseconds