Searched refs:DN_MULTISHOT (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | notifyflags.h | 35 #if defined(DN_MULTISHOT) || (defined(HAVE_DECL_DN_MULTISHOT) && HAVE_DECL_DN_MULTISHOT) 36 XLAT(DN_MULTISHOT),
|
D | notifyflags.in | 7 DN_MULTISHOT
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | dnotify_test.c | 28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 76 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 582 #ifdef DN_MULTISHOT in all_ins() 583 if (PyModule_AddIntMacro(m, DN_MULTISHOT)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 564 #ifdef DN_MULTISHOT in all_ins() 565 if (ins(d, "DN_MULTISHOT", (long)DN_MULTISHOT)) return -1; in all_ins()
|
/external/python/cpython2/Lib/test/ |
D | test_fcntl.py | 119 flags = fcntl.DN_MULTISHOT
|
/external/python/cpython3/Lib/test/ |
D | test_fcntl.py | 118 flags = fcntl.DN_MULTISHOT
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 55 DN_MULTISHOT = 2147483648
|
D | sys_amd64.const | 55 DN_MULTISHOT = 2147483648
|
D | sys_arm.const | 55 DN_MULTISHOT = 2147483648
|
D | sys_ppc64le.const | 55 DN_MULTISHOT = 2147483648
|
D | sys_arm64.const | 55 DN_MULTISHOT = 2147483648
|
D | sys.txt | 1027 fcntl_notify = DN_MULTISHOT, DN_ACCESS, DN_MODIFY, DN_CREATE, DN_DELETE, DN_RENAME, DN_ATTRIB
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 2662 which makes some operations possible under 64-bit Linux (e.g. DN_MULTISHOT
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14749 DN_MULTISHOT with F_NOTIFY).
|