Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnotifyflags.h14 #if defined(DN_MODIFY) || (defined(HAVE_DECL_DN_MODIFY) && HAVE_DECL_DN_MODIFY)
15 XLAT(DN_MODIFY),
Dnotifyflags.in2 DN_MODIFY
/external/kernel-headers/original/uapi/linux/
Dfcntl.h49 #define DN_MODIFY 0x00000002 /* File modified */ macro
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddnotify_test.c27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
/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()