Searched refs:inotify_watch (Results 1 – 1 of 1) sorted by relevance
82 struct inotify_watch { struct93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, argument95 void (*destroy_watch)(struct inotify_watch *);115 extern void inotify_init_watch(struct inotify_watch *);118 struct inotify_watch **);121 extern __s32 inotify_add_watch(struct inotify_handle *, struct inotify_watch *,123 extern int inotify_rm_watch(struct inotify_handle *, struct inotify_watch *);126 struct inotify_watch *);127 extern void get_inotify_watch(struct inotify_watch *);128 extern void put_inotify_watch(struct inotify_watch *);[all …]