/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 54 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64) 55 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro 90 #ifdef BLKGETSIZE64 in blkid_get_dev_size() 102 ioctl(fd, BLKGETSIZE64, &size64) >= 0) { in blkid_get_dev_size()
|
/external/syslinux/libinstaller/ |
D | linuxioctl.h | 54 #ifndef BLKGETSIZE64 56 # define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 55 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64) 56 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro 161 #ifdef BLKGETSIZE64 in ext2fs_get_device_size2() 173 ioctl(fd, BLKGETSIZE64, &size64) >= 0) { in ext2fs_get_device_size2()
|
/external/toybox/toys/other/ |
D | blockdev.c | 41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/external/fio/os/ |
D | os-linux.h | 116 #ifndef BLKGETSIZE64 117 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro 135 if (!ioctl(f->fd, BLKGETSIZE64, bytes)) in blockdev_size()
|
D | os-android.h | 158 #ifndef BLKGETSIZE64 159 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro 177 if (!ioctl(f->fd, BLKGETSIZE64, bytes)) in blockdev_size()
|
/external/bsdiff/ |
D | file.cc | 103 #if defined(BLKGETSIZE64) in GetSize() 104 return ioctl(fd_, BLKGETSIZE64, size); in GetSize()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 436 #ifndef BLKGETSIZE64 in f2fs_get_device_info() 471 #ifdef BLKGETSIZE64 in f2fs_get_device_info() 472 if (ioctl(fd, BLKGETSIZE64, &c->total_sectors) < 0) { in f2fs_get_device_info()
|
/external/strace/tests/ |
D | ioctl_block.c | 71 TEST_NULL_ARG(BLKGETSIZE64); in main()
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 71 TEST_NULL_ARG(BLKGETSIZE64); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 71 TEST_NULL_ARG(BLKGETSIZE64); in main()
|
/external/avb/libavb_user/ |
D | avb_ops_user.c | 131 if (ioctl(fd, BLKGETSIZE64, &partition_size) != 0) { in read_from_partition()
|
/external/strace/ |
D | block.c | 210 case BLKGETSIZE64: in MPERS_PRINTER_DECL()
|
D | ioctl_redefs2.h | 133 #ifdef BLKGETSIZE64 134 # undef BLKGETSIZE64 135 # define BLKGETSIZE64 0x80041272 macro
|
D | ioctl_redefs1.h | 133 #ifdef BLKGETSIZE64 134 # undef BLKGETSIZE64 135 # define BLKGETSIZE64 0x80041272 macro
|
D | configure.ac | 650 AC_CACHE_CHECK([for BLKGETSIZE64], [ac_cv_have_blkgetsize64], 653 #include <linux/fs.h>], [return !BLKGETSIZE64;])], 656 AC_DEFINE([HAVE_BLKGETSIZE64], [1], [Define to 1 if you have BLKGETSIZE64.])
|
D | config.h.in | 51 /* Define to 1 if you have BLKGETSIZE64. */
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 214 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
|
/external/vboot_reference/futility/ |
D | misc.c | 248 ioctl(fd, BLKGETSIZE64, &sb.st_size); in futil_map_file()
|
D | cmd_vbutil_kernel.c | 187 ioctl(fd, BLKGETSIZE64, &file_size); in ReadOldKPartFromFileOrDie()
|
/external/gptfdisk/ |
D | diskio-unix.cc | 435 *err = ioctl(fd, BLKGETSIZE64, &b); in DiskSize()
|
/external/syslinux/extlinux/ |
D | main.c | 103 #ifdef BLKGETSIZE64 in get_size() 104 if (!ioctl(devfd, BLKGETSIZE64, &bytes)) in get_size()
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 272 if (ioctl(fd, BLKGETSIZE64, size) < 0) { in ObtainDriveSize()
|
/external/toybox/toys/pending/ |
D | fdisk.c | 166 if (ioctl(dev_fd, BLKGETSIZE64, &sec64) == 0) { in read_size()
|
/external/stressapptest/src/ |
D | worker.cc | 2759 if (ioctl(fd, BLKGETSIZE64, &block_size) == -1) { in GetDiskSize()
|