Lines Matching refs:knote
141 static int inotify_filt_attach(struct knote *);
142 static void inotify_filt_detach(struct knote *);
143 static int inotify_filt_event(struct knote *, long);
144 static void inotify_read_filt_detach(struct knote *);
145 static int inotify_read_filt_event(struct knote *, long);
150 static int inotify_kqfilter(file_t *, struct knote *);
426 struct knote *kn, *tmpkn;
550 * the relevant knote.
577 * XXX We are forced to find the appropriate knote
699 inotify_filt_attach(struct knote *kn)
712 * this knote need to specify EVFILT_VNODE rather than
728 inotify_filt_detach(struct knote *kn)
1046 inotify_filt_event(struct knote *kn, long hint)
1271 inotify_kqfilter(file_t *fp, struct knote *kn)
1292 inotify_read_filt_detach(struct knote *kn)
1305 inotify_read_filt_event(struct knote *kn, long hint)