Home
last modified time | relevance | path

Searched refs:DN_MULTISHOT (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.h91 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h91 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro
/linux-6.15/Documentation/filesystems/
H A Ddnotify.rst29 if DN_MULTISHOT is or'ed with the event mask, then the registration will
40 especially important if DN_MULTISHOT is specified. Note that SIGRTMIN
/linux-6.15/fs/notify/dnotify/
H A Ddnotify.c204 if (arg & DN_MULTISHOT) in convert_arg()
280 if ((arg & ~DN_MULTISHOT) == 0) { in fcntl_dirnotify()