Searched refs:DN_CREATE (Results 1 – 6 of 6) sorted by relevance
28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
87 #define DN_CREATE 0x00000004 /* File created */ macro
21 DN_CREATE A file was created in the directory
216 if (arg & DN_CREATE) in convert_arg()