Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1479 uint32_t inotify_wd_mask = IN_MODIFY; in tail_forever_inotify() local
1483 inotify_wd_mask |= (IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF); in tail_forever_inotify()
1530 f[i].wd = inotify_add_watch (wd, f[i].name, inotify_wd_mask); in tail_forever_inotify()
1726 new_wd = inotify_add_watch (wd, f[j].name, inotify_wd_mask); in tail_forever_inotify()