Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinotify.h34 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
67 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/strace/xlat/
Dinotify_flags.h34 #if defined(IN_CLOSE_NOWRITE) || (defined(HAVE_DECL_IN_CLOSE_NOWRITE) && HAVE_DECL_IN_CLOSE_NOWRITE)
36 static_assert((IN_CLOSE_NOWRITE) == (0x00000010), "IN_CLOSE_NOWRITE != 0x00000010");
39 # define IN_CLOSE_NOWRITE 0x00000010
175 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.c70 event_set[test_cnt] = IN_CLOSE_NOWRITE; in verify_inotify()
/external/rust/crates/nix/src/sys/
Dinotify.rs47 IN_CLOSE_NOWRITE;
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2165 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; constant
2166 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
2191 | IN_CLOSE_NOWRITE
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2512 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; constant
2513 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
2582 | IN_CLOSE_NOWRITE