Searched refs:ev (Results 1 – 2 of 2) sorted by relevance
1608 struct inotify_event *ev; in tail_forever_inotify() local1682 ev = void_ev; in tail_forever_inotify()1683 evbuf_off += sizeof (*ev) + ev->len; in tail_forever_inotify()1689 if ((ev->mask & IN_DELETE_SELF) && ! ev->len) in tail_forever_inotify()1693 if (ev->wd == f[i].parent_wd) in tail_forever_inotify()1702 if (ev->len) /* event on ev->name in watched directory. */ in tail_forever_inotify()1709 if (f[j].parent_wd == ev->wd in tail_forever_inotify()1710 && STREQ (ev->name, f[j].name + f[j].basename_start)) in tail_forever_inotify()1721 bool deleting = !! (ev->mask & IN_DELETE); in tail_forever_inotify()1783 key.wd = ev->wd; in tail_forever_inotify()[all …]
480 Nikola Milutinovic Nikola.Milutinovic@ev.co.yu