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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

RETURN VALUE

21       Returns NULL if an error occurs; otherwise, the  return  value  is  the
22       fstype name.
23
24

SEE ALSO

26       audit_name_to_fstype(3),
27
28

AUTHOR

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