Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/filesystems/
Ddnotify_test.c28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h72 #define DN_CREATE 0x00000004 /* File created */ macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h72 #define DN_CREATE 0x00000004 /* File created */ macro
/Linux-v4.19/Documentation/filesystems/
Ddnotify.txt17 DN_CREATE A file was created in the directory
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c214 if (arg & DN_CREATE) in convert_arg()