Home
last modified time | relevance | path

Searched refs:new_wd (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtail.c1720 int new_wd = -1; in tail_forever_inotify() local
1726 new_wd = inotify_add_watch (wd, f[j].name, inotify_wd_mask); in tail_forever_inotify()
1729 if (! deleting && new_wd < 0) in tail_forever_inotify()
1746 new_watch = (! deleting) && (fspec->wd < 0 || new_wd != fspec->wd); in tail_forever_inotify()
1756 fspec->wd = new_wd; in tail_forever_inotify()
1758 if (new_wd == -1) in tail_forever_inotify()