Lines Matching refs:path
24 old->path.mnt == new->path.mnt && in should_merge()
25 old->path.dentry == new->path.dentry) in should_merge()
107 struct path *path = data; in fanotify_should_send_event() local
118 if (!d_is_reg(path->dentry) && in fanotify_should_send_event()
119 !d_can_lookup(path->dentry)) in fanotify_should_send_event()
142 if (d_is_dir(path->dentry) && in fanotify_should_send_event()
154 struct path *path) in fanotify_alloc_event() argument
177 if (path) { in fanotify_alloc_event()
178 event->path = *path; in fanotify_alloc_event()
179 path_get(&event->path); in fanotify_alloc_event()
181 event->path.mnt = NULL; in fanotify_alloc_event()
182 event->path.dentry = NULL; in fanotify_alloc_event()
254 path_put(&event->path); in fanotify_free_event()