Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Djournalling.rst55 jbd2_journal_get_write_access() /
/linux/include/linux/
H A Djbd2.h1528 extern int jbd2_journal_get_write_access(handle_t *, struct buffer_head *);
/linux/fs/jbd2/
H A Dtransaction.c1216 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_write_access() function
H A Djournal.c62 EXPORT_SYMBOL(jbd2_journal_get_write_access);
/linux/fs/ocfs2/
H A Djournal.c688 status = jbd2_journal_get_write_access(handle, bh); in __ocfs2_journal_access()
/linux/fs/ext4/
H A Dsuper.c775 if (jbd2_journal_get_write_access(handle, sbh)) { in update_super_work()