Home
last modified time | relevance | path

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

/netbsd-src/tests/compat/linux/
H A Dh_inotify_directory.c67 struct linux_inotify_event *cur_ie; in _start()
88 cur_ie = (struct linux_inotify_event *)cur_buf; in _start()
104 cur_buf += sizeof(struct linux_inotify_event) + cur_ie->len; in _start()
H A Dh_inotify_watch_change.c39 struct linux_inotify_event events[2];
H A Dh_inotify_single_file.c44 struct linux_inotify_event events[10];
/netbsd-src/sys/compat/linux/common/
H A Dlinux_inotify.h79 struct linux_inotify_event { struct
H A Dlinux_inotify.c71 * that says the name field of struct linux_inotify_event *can* be
88 struct linux_inotify_event ie_event;
1043 * linux_inotify_event and put it in our own custom queue.