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