Home
last modified time | relevance | path

Searched refs:IN_MOVED_TO (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h34 #define IN_MOVED_TO 0x00000080 /* File was moved to Y */ macro
47 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h28 #define IN_MOVED_TO 0x00000080 macro
29 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h28 #define IN_MOVED_TO 0x00000080 macro
29 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h28 #define IN_MOVED_TO 0x00000080 macro
29 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
/third_party/musl/include/sys/
Dinotify.h28 #define IN_MOVED_TO 0x00000080 macro
29 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO)
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify.c64 {.fd = fd, .wd = -1, .mask = IN_MOVED_TO}, in inotify_test()
123 {.fd = -1, .wd = -1, .mask = IN_MOVED_TO}, in inotify_add_watch_0200()
/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify02.c90 event_set[test_cnt].mask = IN_MOVED_TO; in verify_inotify()
155 } else if (event->mask == IN_MOVED_TO) { in verify_inotify()
DREADME32 IN_MOVED_TO
/third_party/rust/crates/nix/test/sys/
Dtest_inotify.rs61 assert_eq!(events[4].mask, AddWatchFlags::IN_MOVED_TO); in test_inotify_multi_events()
/third_party/rust/crates/nix/src/sys/
Dinotify.rs56 IN_MOVED_TO;
/third_party/libuv/src/unix/
Dlinux-inotify.c273 | IN_MOVED_TO; in uv_fs_event_start()
/third_party/node/deps/uv/src/unix/
Dlinux-inotify.c273 | IN_MOVED_TO; in uv_fs_event_start()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2618 pub const IN_MOVED_TO: u32 = 0x0000_0080; constant
2619 pub const IN_MOVE: u32 = IN_MOVED_FROM | IN_MOVED_TO;
2643 | IN_MOVED_TO
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3057 pub const IN_MOVED_TO: u32 = 0x0000_0080; constant
3058 pub const IN_MOVE: u32 = IN_MOVED_FROM | IN_MOVED_TO;
3126 | IN_MOVED_TO
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1443 pub const IN_MOVED_TO: u32 = 0x00000080; constant
1444 pub const IN_MOVE: u32 = IN_MOVED_FROM | IN_MOVED_TO;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt921 IN_MOVED_TO
Dandroid.txt818 IN_MOVED_TO
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs685 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs690 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs685 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs686 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs697 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs694 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs697 pub const IN_MOVED_TO: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs905 pub const IN_MOVED_TO: u32 = 128; constant

12