Lines Matching refs:fd_notify
49 static int fd_notify[NUM_GROUPS];
80 fd_notify[i] = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF |
86 ret = fanotify_mark(fd_notify[i],
94 " '.') failed", fd_notify[i],
104 ret = fanotify_mark(fd_notify[i], FAN_MARK_ADD,
111 fd_notify[i],
123 if (fd_notify[i] > 0)
124 SAFE_CLOSE(fd_notify[i]);
180 ret = read(fd_notify[0], event_buf, EVENT_BUF_LEN);
216 ret = read(fd_notify[i], event_buf, FAN_EVENT_METADATA_LEN);