1AUDIT_NAME_TO_FSTYPE(3)         Linux Audit API        AUDIT_NAME_TO_FSTYPE(3)
2
3
4

NAME

6       audit_name_to_fstype  -  Convert  the fstype name to the numeric fstype
7       value
8

SYNOPSIS

10       #include <libaudit.h>
11
12       int audit_name_to_fstype(const char *name);
13

DESCRIPTION

15       audit_name_to_fstype()  converts  the   fstype   name   ("debugfs"   or
16       "tracefs")  to  the  numeric  fstype  value (0x64626720 or 0x74726163).
17       name is the fstype name.
18
19

RETURN VALUE

21       Returns -1 if an name occurs; otherwise, the return value  is  the  nu‐
22       meric fstype value.
23
24

SEE ALSO

26       audit_fstype_to_name(3),
27
28

AUTHOR

30       Steve Grubb
31
32
33
34Red Hat                            Mar 2022            AUDIT_NAME_TO_FSTYPE(3)
Impressum