1JOURNAL_CHECK_AVAILA(9)    The Linux Journalling API   JOURNAL_CHECK_AVAILA(9)
2
3
4

NAME

6       journal_check_available_features - Check feature set in journalling
7       layer
8

SYNOPSIS

10       int journal_check_available_features(journal_t * journal,
11                                            unsigned long compat,
12                                            unsigned long ro,
13                                            unsigned long incompat);
14

ARGUMENTS

16       journal
17           Journal to check.
18
19       compat
20           bitmask of compatible features
21
22       ro
23           bitmask of features that force read-only mount
24
25       incompat
26           bitmask of incompatible features
27

DESCRIPTION

29       Check whether the journaling code supports the use of all of a given
30       set of features on this journal. Return true
31

AUTHORS

33       Roger Gammans <rgammans@computer-surgery.co.uk>
34           Author.
35
36       Stephen Tweedie <sct@redhat.com>
37           Author.
38
40Kernel Hackers Manual 3.10         June 2019           JOURNAL_CHECK_AVAILA(9)
Impressum