/third_party/ntfs-3g/include/ntfs-3g/ |
D | device_io.h | 56 #ifndef BLKGETSIZE 57 # define BLKGETSIZE 0x1260 macro
|
/third_party/ntfs-3g/libntfs-3g/ |
D | device.c | 82 #if defined(linux) && defined(_IO) && !defined(BLKGETSIZE) 83 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */ macro 548 #ifdef BLKGETSIZE in ntfs_device_size_get() 551 if (dev->d_ops->ioctl(dev, BLKGETSIZE, &size) >= 0) { in ntfs_device_size_get()
|
D | win32_io.c | 1853 #if defined(BLKGETSIZE) | defined(BLKGETSIZE64) in ntfs_device_win32_ioctl() 1859 #if defined(BLKGETSIZE) in ntfs_device_win32_ioctl() 1860 case BLKGETSIZE: in ntfs_device_win32_ioctl()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl05.c | 30 SAFE_IOCTL(fd, BLKGETSIZE, &size); in verify_ioctl()
|
/third_party/toybox/toys/other/ |
D | blockdev.c | 42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/musl/include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 13 #define BLKGETSIZE _IO(0x12, 96) macro
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 857 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE) 858 #define BLKGETSIZE _IO(0x12,96) macro 871 #define BLKGETSIZE DKIOCGETBLOCKCOUNT macro 983 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) { in get_device_info()
|
/third_party/gptfdisk/ |
D | diskio-unix.cc | 470 *err = ioctl(fd, BLKGETSIZE, &sz); in DiskSize()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 95 #if defined(linux) && defined(_IO) && !defined(BLKGETSIZE) 96 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */ macro 2257 #ifdef BLKGETSIZE 2260 if (ioctl(fd, BLKGETSIZE, &size) >= 0) {
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 83 #define BLKGETSIZE 0x1260ul macro 1639 #define BLKGETSIZE 0x1260ul macro 3199 #define BLKGETSIZE 0x1260ul macro 4755 #define BLKGETSIZE 0x1260ul macro 6202 #define BLKGETSIZE 0x20001260ul macro 7650 #define BLKGETSIZE 0x20001260ul macro 9200 #define BLKGETSIZE 0x20001260ul macro 10754 #define BLKGETSIZE 0x1260ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 81 BLKGETSIZE
|
D | list.c | 318 IOCTL_REQUEST(BLKGETSIZE); in list()
|
/third_party/toybox/toys/pending/ |
D | fdisk.c | 174 if (ioctl(dev_fd, BLKGETSIZE, §ors) == 0) in read_size()
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 83 pub const BLKGETSIZE: u32 = 4704; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 78 pub const BLKGETSIZE: u32 = 536875616; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 78 pub const BLKGETSIZE: u32 = 536875616; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 83 pub const BLKGETSIZE: u32 = 4704; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 83 pub const BLKGETSIZE: u32 = 4704; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 83 pub const BLKGETSIZE: u32 = 4704; constant
|