Lines Matching defs:inotify_dir_entries
91 struct inotify_dir_entries {
98 #define INOTIFY_DIR_ENTRIES_SIZE(count) (sizeof(struct inotify_dir_entries) \
108 struct inotify_dir_entries **ifd_wds;
112 /* for files: an inotify_dir_entries */
139 static struct inotify_dir_entries *get_inotify_dir_entries(int, bool);
425 struct inotify_dir_entries **new_wds;
815 * Create (and allocate) an appropriate inotify_dir_entries struct for wd to be
820 static struct inotify_dir_entries *
825 struct inotify_dir_entries *idep = NULL;
890 find_entry(struct inotify_dir_entries *i1, struct inotify_dir_entries *i2)
903 struct inotify_dir_entries *old_idep, *new_idep;