Lines Matching refs:fd_notify
35 static int fd, fd_notify;
65 len = read(fd_notify, event_buf, EVENT_BUF_LEN);
69 fd_notify, EVENT_BUF_LEN);
131 fd_notify = SAFE_MYINOTIFY_INIT1(O_NONBLOCK);
133 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS);
141 if (fd_notify > 0 && myinotify_rm_watch(fd_notify, wd) == -1) {
143 fd_notify, wd);
146 if (fd_notify > 0)
147 SAFE_CLOSE(fd_notify);