Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Djournalling.rst56 jbd2_journal_get_undo_access() as appropriate, this allows the
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1484 extern int jbd2_journal_get_undo_access(handle_t *, struct buffer_head *);
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c1340 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_undo_access() function
H A Djournal.c65 EXPORT_SYMBOL(jbd2_journal_get_undo_access);
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.c694 status = jbd2_journal_get_undo_access(handle, bh); in __ocfs2_journal_access()