Lines Matching refs:entry
42 struct list_head wlist; /* entry in parent->watches list */
64 static void audit_watch_free_mark(struct fsnotify_mark *entry)
68 parent = container_of(entry, struct audit_parent, mark);
91 struct fsnotify_mark *entry;
93 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group);
94 if (entry)
95 parent = container_of(entry, struct audit_parent, mark);
135 /* Initialize a parent watch entry. */
159 /* Initialize a watch entry. */
398 /* Find a matching watch entry, or add this one.