1JOURNAL_ERRNO(9) The Linux Journalling API JOURNAL_ERRNO(9)
2
3
4
6 journal_errno - returns the journal's error state.
7
9 int journal_errno(journal_t * journal);
10
12 journal
13 journal to examine.
14
16 This is the errno numbet set with journal_abort, the last time the
17 journal was mounted - if the journal was stopped without calling abort
18 this will be 0.
19
20 If the journal has been aborted on this mount time -EROFS will be
21 returned.
22
24 Roger Gammans <rgammans@computer-surgery.co.uk>
25 Author.
26
27 Stephen Tweedie <sct@redhat.com>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 JOURNAL_ERRNO(9)