/third_party/ltp/include/lapi/ |
H A D | io_uring.h | 261 #define IOSQE_IO_HARDLINK_BIT 3 macro 262 #define IOSQE_IO_HARDLINK (1U << IOSQE_IO_HARDLINK_BIT)
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 384 /// `1 << IOSQE_IO_HARDLINK_BIT` 385 const IO_HARDLINK = 1 << sys::IOSQE_IO_HARDLINK_BIT as u8;
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4411 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4422 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4409 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4420 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4389 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4400 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4553 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4564 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4623 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4634 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 4581 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4592 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 4687 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4698 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 4495 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4506 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 4773 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4784 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 4469 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4480 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 4743 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4754 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 4438 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4449 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 4526 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4537 IOSQE_IO_HARDLINK_BIT = 3,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 4447 pub const IOSQE_IO_HARDLINK_BIT: _bindgen_ty_7 = _bindgen_ty_7::IOSQE_IO_HARDLINK_BIT; consts 4458 IOSQE_IO_HARDLINK_BIT = 3,
|