/third_party/ltp/testcases/kernel/syscalls/open_tree/ |
D | open_tree02.c | 19 {"invalid-fd", -1, MNTPOINT, OPEN_TREE_CLONE, EBADF}, 20 {"invalid-path", AT_FDCWD, "invalid", OPEN_TREE_CLONE, ENOENT},
|
D | open_tree01.c | 19 TCASE_ENTRY(OPEN_TREE_CLONE), 43 TEST(otfd = open_tree(AT_FDCWD, MNTPOINT, tc->flags | OPEN_TREE_CLONE)); in run()
|
/third_party/ltp/include/lapi/ |
D | fsmount.h | 68 #ifndef OPEN_TREE_CLONE 73 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 425 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 420 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 425 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 420 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 419 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 432 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 424 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 420 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 420 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 429 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 421 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 432 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 424 pub const OPEN_TREE_CLONE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 429 pub const OPEN_TREE_CLONE: u32 = 1; constant
|