Lines Matching defs:fd_notify
39 static int fd, fd_notify;
61 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS);
80 len = read(fd_notify, event_buf, EVENT_BUF_LEN);
83 "read(%d, buf, %zu) failed", fd_notify, EVENT_BUF_LEN);
119 ret = myinotify_rm_watch(fd_notify, wd);
123 fd_notify, wd);
126 fd_notify, wd);
150 fd_notify = SAFE_MYINOTIFY_INIT();
158 if (fd_notify > 0)
159 SAFE_CLOSE(fd_notify);