Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Daudit.h235 extern int parent_len(const char *path);
H A Dauditfilter.c1278 int parent_len(const char *path) in parent_len() function
1323 parentlen = parent_len(path); in audit_compare_dname_path()
H A Dauditsc.c2375 n->name_len = n->name ? parent_len(n->name->name) : AUDIT_NAME_FULL; in __audit_inode()