1JOURNAL_GET_WRITE_AC(9) The Linux Journalling API JOURNAL_GET_WRITE_AC(9)
2
3
4
6 journal_get_write_access - notify intent to modify a buffer for
7 metadata (not data) update.
8
10 int journal_get_write_access(handle_t * handle,
11 struct buffer_head * bh);
12
14 handle
15 transaction to add buffer modifications to
16
17 bh
18 bh to be used for metadata writes
19
21 Returns an error code or 0 on success.
22
23 In full data journalling mode the buffer may be of type BJ_AsyncData,
24 because we're writeing a buffer which is also part of a shared mapping.
25
27 Roger Gammans <rgammans@computer-surgery.co.uk>
28 Author.
29
30 Stephen Tweedie <sct@redhat.com>
31 Author.
32
34Kernel Hackers Manual 2.6. November 2011 JOURNAL_GET_WRITE_AC(9)