Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinotify.h33 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
65 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/strace/xlat/
Dinotify_flags.h14 #if !(defined(IN_CLOSE_NOWRITE) || (defined(HAVE_DECL_IN_CLOSE_NOWRITE) && HAVE_DECL_IN_CLOSE_NOWRI…
15 # define IN_CLOSE_NOWRITE 0x00000010 macro
78 XLAT(IN_CLOSE_NOWRITE),
Dinotify_flags.in5 IN_CLOSE_NOWRITE 0x00000010
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h31 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME17 close IN_CLOSE_NOWRITE
Dinotify01.c107 event_set[tst_count] = IN_CLOSE_NOWRITE; in main()