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

/sssd-io/src/util/
H A Dinotify.c91 struct snotify_watch_ctx *wctx; member in struct:snotify_ctx
298 len = read(snctx->wctx->inotify_fd, ev_buf, sizeof(ev_buf));
324 if (snctx->wctx->dir_wd == in_event->wd) {
336 } else if (snctx->wctx->file_wd == in_event->wd) {
361 struct snotify_watch_ctx *wctx; local
363 wctx = talloc_get_type(memptr, struct snotify_watch_ctx);
364 if (wctx == NULL) {
375 if (wctx->inotify_fd != -1) {
377 "Closing inotify fd %d\n", wctx->inotify_fd);
378 close(wctx
427 struct snotify_watch_ctx *wctx; local
[all...]

Completed in 7 milliseconds