Home | History | Annotate | Download | only in linux

Lines Matching refs:watch

19 	__s32		wd;		/* watch descriptor */
20 __u32 mask; /* watch mask */
26 /* the following are legal, implemented events that user-space can watch for */
40 /* the following are legal events. they are sent as needed to any watch */
50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */
52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */
72 * struct inotify_watch - represents a watch request on a specific inode
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */
89 __u32 mask; /* event mask for this watch */
172 static inline void inotify_init_watch(struct inotify_watch *watch)
193 struct inotify_watch *watch,
200 struct inotify_watch *watch)
211 struct inotify_watch *watch)
215 static inline void get_inotify_watch(struct inotify_watch *watch)
219 static inline void put_inotify_watch(struct inotify_watch *watch)