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