Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/toybox/toys/other/
Dinotifyd.c110 if (event->mask & IN_IGNORED) { in inotifyd_main()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/third_party/rust/crates/nix/src/sys/
Dinotify.rs71 IN_IGNORED;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt914 IN_IGNORED
Dandroid.txt811 IN_IGNORED
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1451 pub const IN_IGNORED: u32 = 0x00008000; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2626 pub const IN_IGNORED: u32 = 0x0000_8000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3065 pub const IN_IGNORED: u32 = 0x0000_8000; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs692 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs697 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs692 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs693 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs704 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs701 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs704 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs912 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs692 pub const IN_IGNORED: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs912 pub const IN_IGNORED: u32 = 32768; constant

12