Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dext4_jbd2.c250 err = jbd2_journal_get_create_access(handle, bh); in __ext4_journal_get_create_access()
/Linux-v4.19/include/linux/
Djbd2.h1356 extern int jbd2_journal_get_create_access (handle_t *, struct buffer_head *);
/Linux-v4.19/Documentation/filesystems/
Dindex.rst202 need to call :c:func:`jbd2_journal_get_create_access()` /
/Linux-v4.19/fs/jbd2/
Dtransaction.c1117 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access() function
Djournal.c64 EXPORT_SYMBOL(jbd2_journal_get_create_access);