Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfcntl.h54 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro
/linux-4.1.27/Documentation/filesystems/
Ddnotify_test.c27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
Ddnotify.txt24 if DN_MULTISHOT is or'ed with the event mask, then the registration will
35 especially important if DN_MULTISHOT is specified. Note that SIGRTMIN
/linux-4.1.27/fs/notify/dnotify/
Ddnotify.c198 if (arg & DN_MULTISHOT) in convert_arg()
274 if ((arg & ~DN_MULTISHOT) == 0) { in fcntl_dirnotify()