1JOURNAL_GET_CREATE_A(9) The Linux Journalling API JOURNAL_GET_CREATE_A(9)
2
3
4
6 journal_get_create_access - notify intent to use newly created bh
7
9 int journal_get_create_access(handle_t * handle,
10 struct buffer_head * bh);
11
13 handle
14 transaction to new buffer to
15
16 bh
17 new buffer.
18
20 Call this if you create a new bh.
21
23 Roger Gammans <rgammans@computer-surgery.co.uk>
24 Author.
25
26 Stephen Tweedie <sct@redhat.com>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 JOURNAL_GET_CREATE_A(9)