1JOURNAL_SET_FEATURES(9) The Linux Journalling API JOURNAL_SET_FEATURES(9)
2
3
4
6 journal_set_features - Mark a given journal feature in the superblock
7
9 int journal_set_features(journal_t * journal, unsigned long compat,
10 unsigned long ro, unsigned long incompat);
11
13 journal
14 Journal to act on.
15
16 compat
17 bitmask of compatible features
18
19 ro
20 bitmask of features that force read-only mount
21
22 incompat
23 bitmask of incompatible features
24
26 Mark a given journal feature as present on the superblock. Returns true
27 if the requested features could be set.
28
30 Roger Gammans <rgammans@computer-surgery.co.uk>
31 Author.
32
33 Stephen Tweedie <sct@redhat.com>
34 Author.
35
37Kernel Hackers Manual 2.6. June 2019 JOURNAL_SET_FEATURES(9)