audit_fstype_to_name - Man Page
Convert the numeric fstype value to the fstype name
Synopsis
#include <libaudit.h> const char *audit_fstype_to_name(int fstype);
Description
audit_fstype_to_name() converts the numeric fstype value (0x64626720 or 0x74726163) to the fstype name ("debugfs" or "tracefs"). fstype is the numeric fstype value.
Return Value
Returns NULL if an error occurs; otherwise, the return value is the fstype name.
See Also
Author
Steve Grubb
Referenced By
Mar 2022 Red Hat Linux Audit API