Home
last modified time | relevance | path

Searched refs:DN_MODIFY (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.h81 #define DN_MODIFY 0x00000002 /* File modified */ macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h81 #define DN_MODIFY 0x00000002 /* File modified */ macro
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst20 DN_MODIFY A file in the directory was modified (write,truncate)
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c210 if (arg & DN_MODIFY) in convert_arg()