Lines Matching refs:path
24 old->path.mnt == new->path.mnt && in should_merge()
25 old->path.dentry == new->path.dentry) in should_merge()
96 struct path *path = data; in fanotify_should_send_event() local
107 if (!d_is_reg(path->dentry) && in fanotify_should_send_event()
108 !d_can_lookup(path->dentry)) in fanotify_should_send_event()
127 if (d_is_dir(path->dentry) && in fanotify_should_send_event()
139 struct path *path) in fanotify_alloc_event() argument
162 if (path) { in fanotify_alloc_event()
163 event->path = *path; in fanotify_alloc_event()
164 path_get(&event->path); in fanotify_alloc_event()
166 event->path.mnt = NULL; in fanotify_alloc_event()
167 event->path.dentry = NULL; in fanotify_alloc_event()
239 path_put(&event->path); in fanotify_free_event()