/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify12.c | 125 event->mask = IN_IGNORED; in verify_inotify() 136 } else if (event->mask == IN_IGNORED) { in verify_inotify()
|
D | inotify04.c | 94 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify() 115 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
|
D | inotify03.c | 65 event_set[test_cnt] = IN_IGNORED; in verify_inotify()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 38 #define IN_IGNORED 0x00008000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 38 #define IN_IGNORED 0x00008000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 38 #define IN_IGNORED 0x00008000 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 38 #define IN_IGNORED 0x00008000 macro
|
/third_party/toybox/toys/other/ |
D | inotifyd.c | 110 if (event->mask & IN_IGNORED) { in inotifyd_main()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 71 IN_IGNORED;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 914 IN_IGNORED
|
D | android.txt | 811 IN_IGNORED
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1451 pub const IN_IGNORED: u32 = 0x00008000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2626 pub const IN_IGNORED: u32 = 0x0000_8000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3065 pub const IN_IGNORED: u32 = 0x0000_8000; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 692 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 697 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 692 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 693 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 704 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 701 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 704 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 912 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 692 pub const IN_IGNORED: u32 = 32768; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 912 pub const IN_IGNORED: u32 = 32768; constant
|