1AUDIT_FSTYPE_TO_NAME(3) Linux Audit API AUDIT_FSTYPE_TO_NAME(3)
2
3
4
6 audit_fstype_to_name - Convert the numeric fstype value to the fstype
7 name
8
10 #include <libaudit.h>
11
12 const char *audit_fstype_to_name(int fstype);
13
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
21 Returns NULL if an error occurs; otherwise, the return value is the
22 fstype name.
23
24
26 audit_name_to_fstype(3),
27
28
30 Steve Grubb
31
32
33
34Red Hat Mar 2022 AUDIT_FSTYPE_TO_NAME(3)