/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device_io.h | 65 #ifndef BLKBSZSET 66 # define BLKBSZSET 0x40041271 macro
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 94 #if defined(linux) && defined(_IO) && !defined(BLKBSZSET) 95 # define BLKBSZSET _IOW(0x12,113,size_t) /* Set device block size in bytes. */ macro 903 * EOPNOTSUPP System does not support BLKBSZSET ioctl 904 * ENOTTY @dev is a file or a device not supporting BLKBSZSET 913 #ifdef BLKBSZSET in ntfs_device_block_size_set() 916 if (!dev->d_ops->ioctl(dev, BLKBSZSET, &s_block_size)) { in ntfs_device_block_size_set() 917 ntfs_log_debug("Used BLKBSZSET to set block size to " in ntfs_device_block_size_set()
|
H A D | win32_io.c | 1893 #ifdef BLKBSZSET in ntfs_device_win32_ioctl() 1894 case BLKBSZSET: in ntfs_device_win32_ioctl() 1895 ntfs_log_debug("BLKBSZSET detected.\n"); in ntfs_device_win32_ioctl()
|
/third_party/toybox/toys/other/ |
H A D | blockdev.c | 43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET}; in blockdev_main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 93 #define BLKBSZSET 0x40041271ul macro 1649 #define BLKBSZSET 0x40081271ul macro 3209 #define BLKBSZSET 0x40081271ul macro 4765 #define BLKBSZSET 0x40041271ul macro 6212 #define BLKBSZSET 0x80081271ul macro 7660 #define BLKBSZSET 0x80081271ul macro 9210 #define BLKBSZSET 0x80041271ul macro 10764 #define BLKBSZSET 0x40081271ul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 93 pub const BLKBSZSET: u32 = 1074270833; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 328 IOCTL_REQUEST(BLKBSZSET); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 88 pub const BLKBSZSET: u32 = 2148012657; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 89 pub const BLKBSZSET: u32 = 2148012657; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 88 pub const BLKBSZSET: u32 = 2148012657; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 89 pub const BLKBSZSET: u32 = 2147750513; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 93 pub const BLKBSZSET: u32 = 1074008689; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 93 pub const BLKBSZSET: u32 = 1074270833; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 93 pub const BLKBSZSET: u32 = 1074270833; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 93 pub const BLKBSZSET: u32 = 1074270833; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 93 pub const BLKBSZSET: u32 = 1074008689; consts
|