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

  /src/sys/compat/linux/common/
linux_inotify.c 85 struct inotify_entry { struct
86 TAILQ_ENTRY(inotify_entry) ie_entries;
117 TAILQ_HEAD(, inotify_entry) ifd_qhead; /* queue of pending events */
135 struct inotify_entry *, size_t *, char *);
137 uint32_t, struct inotify_entry *, size_t *);
740 struct inotify_entry *buf, size_t *nbuf, char *name)
900 handle_write(struct inotifyfd *ifd, int wd, struct inotify_entry *buf,
977 uint32_t flags, uint32_t fflags, struct inotify_entry *buf,
1050 struct inotify_entry *cur_ie;
1053 struct inotify_entry buf[LINUX_INOTIFY_MAX_FROM_KEVENT]
    [all...]
linux_inotify.c 85 struct inotify_entry { struct
86 TAILQ_ENTRY(inotify_entry) ie_entries;
117 TAILQ_HEAD(, inotify_entry) ifd_qhead; /* queue of pending events */
135 struct inotify_entry *, size_t *, char *);
137 uint32_t, struct inotify_entry *, size_t *);
740 struct inotify_entry *buf, size_t *nbuf, char *name)
900 handle_write(struct inotifyfd *ifd, int wd, struct inotify_entry *buf,
977 uint32_t flags, uint32_t fflags, struct inotify_entry *buf,
1050 struct inotify_entry *cur_ie;
1053 struct inotify_entry buf[LINUX_INOTIFY_MAX_FROM_KEVENT]
    [all...]
linux_inotify.c 85 struct inotify_entry { struct
86 TAILQ_ENTRY(inotify_entry) ie_entries;
117 TAILQ_HEAD(, inotify_entry) ifd_qhead; /* queue of pending events */
135 struct inotify_entry *, size_t *, char *);
137 uint32_t, struct inotify_entry *, size_t *);
740 struct inotify_entry *buf, size_t *nbuf, char *name)
900 handle_write(struct inotifyfd *ifd, int wd, struct inotify_entry *buf,
977 uint32_t flags, uint32_t fflags, struct inotify_entry *buf,
1050 struct inotify_entry *cur_ie;
1053 struct inotify_entry buf[LINUX_INOTIFY_MAX_FROM_KEVENT]
    [all...]
linux_inotify.c 85 struct inotify_entry { struct
86 TAILQ_ENTRY(inotify_entry) ie_entries;
117 TAILQ_HEAD(, inotify_entry) ifd_qhead; /* queue of pending events */
135 struct inotify_entry *, size_t *, char *);
137 uint32_t, struct inotify_entry *, size_t *);
740 struct inotify_entry *buf, size_t *nbuf, char *name)
900 handle_write(struct inotifyfd *ifd, int wd, struct inotify_entry *buf,
977 uint32_t flags, uint32_t fflags, struct inotify_entry *buf,
1050 struct inotify_entry *cur_ie;
1053 struct inotify_entry buf[LINUX_INOTIFY_MAX_FROM_KEVENT]
    [all...]

Completed in 157 milliseconds