Searched refs:DN_MODIFY (Results 1 – 5 of 5) sorted by relevance
28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
80 #define DN_MODIFY 0x00000002 /* File modified */ macro
20 DN_MODIFY A file in the directory was modified (write,truncate)
210 if (arg & DN_MODIFY) in convert_arg()