other versions
JBD2_JOURNAL_GET_CRE(9) | The Linux Journalling API | JBD2_JOURNAL_GET_CRE(9) |
NAME¶
jbd2_journal_get_create_access - notify intent to use newly created bh
SYNOPSIS¶
int jbd2_journal_get_create_access(handle_t * handle, struct buffer_head * bh);
ARGUMENTS¶
handle_t * handle
transaction to new buffer to
struct buffer_head * bh
new buffer.
DESCRIPTION¶
Call this if you create a new bh.
AUTHORS¶
Roger Gammans <rgammans@computer-surgery.co.uk>
Author.
Stephen Tweedie <sct@redhat.com>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |