/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device_io.h | 62 #ifndef BLKGETSIZE64 63 # define BLKGETSIZE64 0x80041272 macro
|
/third_party/toybox/toys/other/ |
H A D | blockdev.c | 42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64, in blockdev_main()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 85 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64) 86 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro 537 #ifdef BLKGETSIZE64 in ntfs_device_size_get() 540 if (dev->d_ops->ioctl(dev, BLKGETSIZE64, &size) >= 0) { in ntfs_device_size_get() 541 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu (0x%llx)\n", in ntfs_device_size_get()
|
H A D | win32_io.c | 1853 #if defined(BLKGETSIZE) | defined(BLKGETSIZE64) in ntfs_device_win32_ioctl() 1869 #if defined(BLKGETSIZE64) in ntfs_device_win32_ioctl() 1870 case BLKGETSIZE64: in ntfs_device_win32_ioctl() 1871 ntfs_log_debug("BLKGETSIZE64 detected.\n"); in ntfs_device_win32_ioctl()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl05.c | 6 * Basic test for the BLKGETSIZE and BLKGETSIZE64 ioctls. 8 * - BLKGETSIZE returns size in 512 byte blocks BLKGETSIZE64 in bytes 31 SAFE_IOCTL(fd, BLKGETSIZE64, &size64); in verify_ioctl() 34 tst_res(TPASS, "BLKGETSIZE returned %lu, BLKGETSIZE64 %llu", in verify_ioctl() 38 "BLKGETSIZE returned %lu, BLKGETSIZE64 returned %llu", in verify_ioctl()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/third_party/ltp/lib/newlib_tests/ |
H A D | tst_device.c | 39 SAFE_IOCTL(fd, BLKGETSIZE64, <p_dev_size); in setup()
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 858 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64) 859 #define BLKGETSIZE64 _IOR(0x12,114, size_t) macro 893 #ifndef BLKGETSIZE64 in get_device_info() 975 #ifdef BLKGETSIZE64 in get_device_info() 976 if (ioctl(fd, BLKGETSIZE64, &dev->total_sectors) < 0) { in get_device_info()
|
/third_party/gptfdisk/ |
H A D | diskio-unix.cc | 479 *err = ioctl(fd, BLKGETSIZE64, &b); in DiskSize()
|
/third_party/ltp/lib/ |
H A D | tst_device.c | 224 if (ioctl(fd, BLKGETSIZE64, &size)) { in tst_get_device_size() 226 "ioctl(fd, BLKGETSIZE64, ...) failed"); in tst_get_device_size()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 98 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64) 99 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro 2246 #ifdef BLKGETSIZE64 2249 if (ioctl(fd, BLKGETSIZE64, &size) >= 0) { 2250 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu "
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 483 ret = ioctl(fd, BLKGETSIZE64, &range[1]); in do_erase()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 884 if (ioctl(fd, BLKGETSIZE64, &device_size) == -1) { in getdiskinfo() 885 err(1, "ioctl(BLKGETSIZE64) failed"); in getdiskinfo()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 94 #define BLKGETSIZE64 0x80041272ul macro 1650 #define BLKGETSIZE64 0x80081272ul macro 3210 #define BLKGETSIZE64 0x80081272ul macro 4766 #define BLKGETSIZE64 0x80041272ul macro 6213 #define BLKGETSIZE64 0x40081272ul macro 7661 #define BLKGETSIZE64 0x40081272ul macro 9211 #define BLKGETSIZE64 0x40041272ul macro 10765 #define BLKGETSIZE64 0x80081272ul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 94 pub const BLKGETSIZE64: u32 = 2148012658; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 329 IOCTL_REQUEST(BLKGETSIZE64); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 89 pub const BLKGETSIZE64: u32 = 1074270834; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 90 pub const BLKGETSIZE64: u32 = 1074270834; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 89 pub const BLKGETSIZE64: u32 = 1074270834; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 90 pub const BLKGETSIZE64: u32 = 1074008690; consts
|