Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h82 #define DN_CREATE 0x00000004 /* File created */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h82 #define DN_CREATE 0x00000004 /* File created */ macro
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst21 DN_CREATE A file was created in the directory
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c218 if (arg & DN_CREATE) in convert_arg()