Home
last modified time | relevance | path

Searched refs:jbd2_journal_get_undo_access (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Djbd2.h1357 extern int jbd2_journal_get_undo_access(handle_t *, struct buffer_head *);
/Linux-v4.19/Documentation/filesystems/
Dindex.rst204 :c:func:`jbd2_journal_get_undo_access()` as appropriate, this allows the
/Linux-v4.19/fs/jbd2/
Dtransaction.c1216 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_undo_access() function
Djournal.c65 EXPORT_SYMBOL(jbd2_journal_get_undo_access);
/Linux-v4.19/fs/ocfs2/
Djournal.c707 status = jbd2_journal_get_undo_access(handle, bh); in __ocfs2_journal_access()