Home
last modified time | relevance | path

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