Home
last modified time | relevance | path

Searched refs:DN_CREATE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfcntl.h50 #define DN_CREATE 0x00000004 /* File created */ macro
/linux-4.4.14/Documentation/filesystems/
Ddnotify_test.c27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
Ddnotify.txt17 DN_CREATE A file was created in the directory
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c215 if (arg & DN_CREATE) in convert_arg()