Home | History | Annotate | Download | only in fanotify

Lines Matching refs:fd_notify

37 static int fd, fd_notify;
49 if (fanotify_mark(fd_notify, FAN_MARK_ADD, FAN_ACCESS |
57 "failed", fd_notify);
79 ret = SAFE_READ(0, fd_notify, event_buf,
98 ret = SAFE_READ(0, fd_notify, event_buf + len,
105 if (fanotify_mark(fd_notify, FAN_MARK_REMOVE,
110 fd_notify);
131 ret = SAFE_READ(0, fd_notify, event_buf + len,
194 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF, O_RDONLY);
199 if (fd_notify > 0)
200 SAFE_CLOSE(fd_notify);