Searched refs:DN_CREATE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | notifyflags.h | 23 #if defined(DN_CREATE) || (defined(HAVE_DECL_DN_CREATE) && HAVE_DECL_DN_CREATE) 24 XLAT(DN_CREATE),
|
D | notifyflags.in | 3 DN_CREATE
|
/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 | 72 #define DN_CREATE 0x00000004 /* File created */ macro
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 570 #ifdef DN_CREATE in all_ins() 571 if (PyModule_AddIntMacro(m, DN_CREATE)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 552 #ifdef DN_CREATE in all_ins() 553 if (ins(d, "DN_CREATE", (long)DN_CREATE)) return -1; in all_ins()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 52 DN_CREATE = 4
|
D | sys_amd64.const | 52 DN_CREATE = 4
|
D | sys_ppc64le.const | 52 DN_CREATE = 4
|
D | sys_arm.const | 52 DN_CREATE = 4
|
D | sys_arm64.const | 52 DN_CREATE = 4
|
D | sys.txt | 1027 fcntl_notify = DN_MULTISHOT, DN_ACCESS, DN_MODIFY, DN_CREATE, DN_DELETE, DN_RENAME, DN_ATTRIB
|