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