Home
last modified time | relevance | path

Searched refs:inotify_watch (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h82 struct inotify_watch { struct
93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, argument
95 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 …]