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

/sssd/src/monitor/
H A Dmonitor.c1600 struct inotify_event *in_event; local
1615 in_event = talloc(tmp_ctx, struct inotify_event);
1616 if (!in_event) {
1621 len = sss_atomic_read_s(file_ctx->mt_ctx->inotify_fd, in_event,
1631 if (in_event->len > 0) {
1635 name = talloc_size(tmp_ctx, in_event->len);
1641 len = sss_atomic_read_s(file_ctx->mt_ctx->inotify_fd, name, in_event->len);
1652 if (cb->wd == in_event->wd) {
1661 if (in_event->mask & IN_IGNORED) {

Completed in 13 milliseconds