Searched refs:inotify_device (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.c59 * inotify_device: Lifetime is managed by reference count, from
69 * struct inotify_device - represents an inotify instance
73 struct inotify_device { struct
96 struct list_head list; /* entry in inotify_device's list */
102 * a reference to the associated inotify_device.
105 struct inotify_device *dev; /* associated device */
150 static inline void get_inotify_dev(struct inotify_device *dev)
155 static inline void put_inotify_dev(struct inotify_device *dev)
170 struct inotify_device *dev;
244 inotify_dev_get_event(struct inotify_device *de
[all...]

Completed in 90 milliseconds