Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfcntl.h49 #define DN_MODIFY 0x00000002 /* File modified */ macro
/linux-4.4.14/Documentation/filesystems/
Ddnotify_test.c27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
Ddnotify.txt16 DN_MODIFY A file in the directory was modified (write,truncate)
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c207 if (arg & DN_MODIFY) in convert_arg()