Searched refs:inotify_user_watch (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify_user.c63 * inotify_user_watch: Lifetime is from create_watch() to the receipt of an
101 * struct inotify_user_watch - our version of an inotify_watch, we add
104 struct inotify_user_watch { struct
169 struct inotify_user_watch *watch;
172 watch = container_of(w, struct inotify_user_watch, wdata);
259 struct inotify_user_watch *watch;
263 watch = container_of(w, struct inotify_user_watch, wdata);
366 struct inotify_user_watch *watch;
718 sizeof(struct inotify_user_watch),

Completed in 37 milliseconds