Searched defs:inotify_fd (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dinotify.c37 int inotify_fd; /* The inotify_fd */ member in struct:snotify_watch_ctx
298 len = read(snctx->wctx->inotify_fd, ev_buf, sizeof(ev_buf));
375 if (wctx->inotify_fd != -1) {
377 "Closing inotify fd %d\n", wctx->inotify_fd);
378 close(wctx->inotify_fd);
434 wctx->inotify_fd = -1;
440 wctx->inotify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC);
441 if (wctx->inotify_fd == -1) {
447 DEBUG(SSSDBG_TRACE_INTERNAL, "Opened inotify fd %d\n", wctx->inotify_fd);
[all...]

Completed in 533 milliseconds