Home
last modified time | relevance | path

Searched refs:IN_IGNORED (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h104 #if defined(IN_IGNORED) || (defined(HAVE_DECL_IN_IGNORED) && HAVE_DECL_IN_IGNORED)
106 static_assert((IN_IGNORED) == (0x00008000), "IN_IGNORED != 0x00008000");
109 # define IN_IGNORED 0x00008000
185 XLAT(IN_IGNORED),
Dinotify_flags.in15 IN_IGNORED 0x00008000
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify12.c125 event->mask = IN_IGNORED; in verify_inotify()
136 } else if (event->mask == IN_IGNORED) { in verify_inotify()
Dinotify04.c94 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
115 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
Dinotify03.c65 event_set[test_cnt] = IN_IGNORED; in verify_inotify()
/external/musl/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/external/kernel-headers/original/uapi/linux/
Dinotify.h46 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/external/toybox/toys/other/
Dinotifyd.c110 if (event->mask & IN_IGNORED) { in inotifyd_main()
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/external/rust/crates/nix/src/sys/
Dinotify.rs71 IN_IGNORED;
/external/selinux/restorecond/
Dwatch.c202 if (event->mask & ~IN_IGNORED) { in watch()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc327 if (event->mask & IN_IGNORED) in OnInotifyEvent()
/external/cronet/base/files/
Dfile_path_watcher_inotify.cc378 if (event->mask & IN_IGNORED) in OnInotifyEvent()
/external/rust/crates/libc/src/unix/nto/
Dmod.rs1451 pub const IN_IGNORED: u32 = 0x00008000; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2626 pub const IN_IGNORED: u32 = 0x0000_8000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3065 pub const IN_IGNORED: u32 = 0x0000_8000; constant