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