Searched refs:BLKREPORTZONE (Results 1 - 13 of 13) sorted by relevance
/third_party/f2fs-tools/lib/ |
H A D | libf2fs_zoned.c | 225 ret = ioctl(c.devices[i].fd, BLKREPORTZONE, rep); in f2fs_report_zone() 228 ERR_MSG("ioctl BLKREPORTZONE failed: errno=%d\n", errno); in f2fs_report_zone() 264 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_report_zones() 267 ERR_MSG("ioctl BLKREPORTZONE failed: errno=%d\n", in f2fs_report_zones() 274 ERR_MSG("Unexpected ioctl BLKREPORTZONE result\n"); in f2fs_report_zones() 329 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_check_zones() 332 ERR_MSG("ioctl BLKREPORTZONE failed\n"); in f2fs_check_zones() 473 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_reset_zones()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 1083 #define BLKREPORTZONE 0xc0101282ul macro 2642 #define BLKREPORTZONE 0xc0101282ul macro 4199 #define BLKREPORTZONE 0xc0101282ul macro 5651 #define BLKREPORTZONE 0xc0101282ul macro 7098 #define BLKREPORTZONE 0xc0101282ul macro 8648 #define BLKREPORTZONE 0xc0101282ul macro 10198 #define BLKREPORTZONE 0xc0101282ul macro 11650 #define BLKREPORTZONE 0xc0101282ul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 1083 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 1494 IOCTL_REQUEST(BLKREPORTZONE); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 974 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 1077 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 974 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 1077 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 979 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 979 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 1086 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 1086 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 1083 pub const BLKREPORTZONE: u32 = 3222278786; consts
|
Completed in 101 milliseconds