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