logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

audit_name_to_fstype - Convert the fstype name to the numeric fstype value

Author

Steve Grubb Red Hat Mar 2022 AUDIT_NAME_TO_FSTYPE(3)

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.

Name

audit_name_to_fstype - Convert the fstype name to the numeric fstype value

Return Value

Returns -1 if an name occurs; otherwise, the return value is the numeric fstype value.

See Also

audit_fstype_to_name(3),

Synopsis

#include<libaudit.h>intaudit_name_to_fstype(constchar*name);

See Also