Searched refs:DN_MODIFY (Results 1 – 3 of 3) sorted by relevance
63 if (fcntl (fd, F_NOTIFY, DN_CREATE|DN_DELETE|DN_RENAME|DN_MODIFY) == -1) in bus_watch_directory()
19 #define DN_MODIFY 0x00000002 /* File modified */ macro
203 #ifdef DN_MODIFY204 { DN_MODIFY, "DN_MODIFY" },