Home
last modified time | relevance | path

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

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