Home
last modified time | relevance | path

Searched refs:DN_MODIFY (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dnotifyflags.h20 #if defined(DN_MODIFY) || (defined(HAVE_DECL_DN_MODIFY) && HAVE_DECL_DN_MODIFY)
21 XLAT(DN_MODIFY),
Dnotifyflags.in2 DN_MODIFY
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddnotify_test.c28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h79 #define DN_MODIFY 0x00000002 /* File modified */ macro
/external/python/cpython2/Modules/
Dfcntlmodule.c549 #ifdef DN_MODIFY in all_ins()
550 if (ins(d, "DN_MODIFY", (long)DN_MODIFY)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c567 #ifdef DN_MODIFY in all_ins()
568 if (PyModule_AddIntMacro(m, DN_MODIFY)) return -1; in all_ins()