Lines Matching refs:path
29 char *path; /* insertion path */ member
43 kfree(audit_mark->path); in audit_fsnotify_mark_free()
57 return mark->path; in audit_mark_path()
77 struct path path; in audit_alloc_mark() local
85 dentry = kern_path_locked(pathname, &path); in audit_alloc_mark()
88 inode = path.dentry->d_inode; in audit_alloc_mark()
99 audit_mark->path = pathname; in audit_alloc_mark()
110 path_put(&path); in audit_alloc_mark()
126 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
171 inode = ((const struct path *)data)->dentry->d_inode; in audit_mark_handle_event()
182 if (audit_compare_dname_path(dname, audit_mark->path, AUDIT_NAME_FULL)) in audit_mark_handle_event()