Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dext4_jbd2.c329 err = jbd2_journal_get_create_access(handle, bh); in __ext4_journal_get_create_access()
/linux-6.6.21/include/linux/
Djbd2.h1524 extern int jbd2_journal_get_create_access (handle_t *, struct buffer_head *);
/linux-6.6.21/Documentation/filesystems/
Djournalling.rst54 need to call jbd2_journal_get_create_access() /
/linux-6.6.21/fs/jbd2/
Dtransaction.c1271 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access() function
Djournal.c63 EXPORT_SYMBOL(jbd2_journal_get_create_access);