HomeSort by: relevance | last modified time | path
    Searched defs:inotifyfd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_inotify.c 101 struct inotifyfd { struct
132 static int inotify_close_wd(struct inotifyfd *, int);
136 static int kevent_to_inotify(struct inotifyfd *, int, enum vtype, uint32_t,
165 /* EVFILT_READ attached to inotifyfd (to support watching via epoll) */
278 struct inotifyfd *ifd;
424 struct inotifyfd *ifd;
616 inotify_close_wd(struct inotifyfd *ifd, int wd)
667 struct inotifyfd *ifd;
816 * used on ifd_wds of inotifyfd. If the entries on a directory fail to be read,
900 handle_write(struct inotifyfd *ifd, int wd, struct inotify_entry *buf
    [all...]
linux_inotify.c 101 struct inotifyfd { struct
132 static int inotify_close_wd(struct inotifyfd *, int);
136 static int kevent_to_inotify(struct inotifyfd *, int, enum vtype, uint32_t,
165 /* EVFILT_READ attached to inotifyfd (to support watching via epoll) */
278 struct inotifyfd *ifd;
424 struct inotifyfd *ifd;
616 inotify_close_wd(struct inotifyfd *ifd, int wd)
667 struct inotifyfd *ifd;
816 * used on ifd_wds of inotifyfd. If the entries on a directory fail to be read,
900 handle_write(struct inotifyfd *ifd, int wd, struct inotify_entry *buf
    [all...]

Completed in 25 milliseconds