Searched refs:DN_MODIFY (Results 1 – 5 of 5) sorted by relevance
14 #if defined(DN_MODIFY) || (defined(HAVE_DECL_DN_MODIFY) && HAVE_DECL_DN_MODIFY)15 XLAT(DN_MODIFY),
2 DN_MODIFY
49 #define DN_MODIFY 0x00000002 /* File modified */ macro
27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
549 #ifdef DN_MODIFY in all_ins()550 if (ins(d, "DN_MODIFY", (long)DN_MODIFY)) return -1; in all_ins()