Home
last modified time | relevance | path

Searched refs:parentlen (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/kernel/
Dauditfilter.c1301 int audit_compare_dname_path(const struct qstr *dname, const char *path, int parentlen) in audit_compare_dname_path() argument
1311 parentlen = parentlen == AUDIT_NAME_FULL ? parent_len(path) : parentlen; in audit_compare_dname_path()
1312 if (pathlen - parentlen != dlen) in audit_compare_dname_path()
1315 p = path + parentlen; in audit_compare_dname_path()