Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.h240 extern int parent_len(const char *path);
H A Dauditfilter.c1277 int parent_len(const char *path) in parent_len() function
1322 parentlen = parent_len(path); in audit_compare_dname_path()
H A Dauditsc.c2331 n->name_len = n->name ? parent_len(n->name->name) : AUDIT_NAME_FULL; in __audit_inode()