Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4_jbd2.c328 err = jbd2_journal_get_create_access(handle, bh); in __ext4_journal_get_create_access()
/linux/Documentation/filesystems/
H A Djournalling.rst54 need to call jbd2_journal_get_create_access() /
/linux/include/linux/
H A Djbd2.h1529 extern int jbd2_journal_get_create_access (handle_t *, struct buffer_head *);
/linux/fs/jbd2/
H A Dtransaction.c1270 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access() function
H A Djournal.c63 EXPORT_SYMBOL(jbd2_journal_get_create_access);