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

/linux-master/kernel/
H A Daudit.h234 extern int parent_len(const char *path);
H A Dauditfilter.c1274 * parent_len - find the length of the parent portion of a pathname
1277 int parent_len(const char *path) function
1321 parentlen = parentlen == AUDIT_NAME_FULL ? parent_len(path) : parentlen;
H A Dauditsc.c2381 n->name_len = n->name ? parent_len(n->name->name) : AUDIT_NAME_FULL;

Completed in 132 milliseconds