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_fstype_to_name - Convert the numeric fstype value to the fstype name

Author

Steve Grubb Red Hat Mar 2022 AUDIT_FSTYPE_TO_NAME(3)

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.

Name

audit_fstype_to_name - Convert the numeric fstype value to the fstype name

Return Value

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

See Also

audit_name_to_fstype(3),

Synopsis

#include<libaudit.h>constchar*audit_fstype_to_name(intfstype);

See Also