1. NAME

audit_compare_dname_path - compare given dentry name with last component in given path. Return of 0 indicates a match.

2. SYNOPSIS

int audit_compare_dname_path(const char *  dname , const char *  path , int  parentlen );

3. ARGUMENTS

dname
    dentry name that weAqre comparing

path
    full pathname that weAqre comparing

parentlen
    length of the parent if known. Passing in AUDIT_NAME_FULL here indicates that we must compute this value.

4. COPYRIGHT