/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 93 #ifdef BLKGETSIZE64 in blkid_get_dev_size() 105 ioctl(fd, BLKGETSIZE64, &size64) >= 0) { in blkid_get_dev_size()
|
/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 164 #ifdef BLKGETSIZE64 in ext2fs_get_device_size2() 176 ioctl(fd, BLKGETSIZE64, &size64) >= 0) { in ext2fs_get_device_size2()
|
/external/strace/xlat/ |
D | block_ioctl_cmds.h | 125 #if defined(BLKGETSIZE64) || (defined(HAVE_DECL_BLKGETSIZE64) && HAVE_DECL_BLKGETSIZE64) 127 static_assert((BLKGETSIZE64) == (_IOR(0x12, 114, size_t)), "BLKGETSIZE64 != _IOR(0x12, 114, size_t)… 130 # define BLKGETSIZE64 _IOR(0x12, 114, size_t) 260 XLAT(BLKGETSIZE64),
|
D | block_ioctl_cmds.in | 18 BLKGETSIZE64 _IOR(0x12, 114, size_t)
|
/external/toybox/toys/other/ |
D | blockdev.c | 42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/external/bsdiff/ |
D | file.cc | 99 #if defined(BLKGETSIZE64) in GetSize() 100 return ioctl(fd_, BLKGETSIZE64, size); in GetSize()
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_linux_inc.h | 19 #ifdef BLKGETSIZE64
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.37.txt | 31 BLKGETSIZE64 ioctl is not available to ext2fs_get_device_size(). This 34 support BLKGETSIZE64.
|
D | v1.24.txt | 11 Revert the BLKGETSIZE64 support, since for some distributions, this
|
/external/ltp/lib/newlib_tests/ |
D | tst_device.c | 37 SAFE_IOCTL(fd, BLKGETSIZE64, <p_dev_size); in do_test()
|
/external/syzkaller/sys/linux/ |
D | block_ppc64le.const | 10 BLKGETSIZE64 = 1074270834
|
D | block_386.const | 10 BLKGETSIZE64 = 2147750514
|
D | block_arm64.const | 10 BLKGETSIZE64 = 2148012658
|
D | block_arm.const | 10 BLKGETSIZE64 = 2147750514
|
D | block_amd64.const | 10 BLKGETSIZE64 = 2148012658
|
D | block.txt | 43 ioctl$BLKGETSIZE64(fd fd_block, cmd const[BLKGETSIZE64], arg ptr[out, int64])
|
/external/avb/libavb_user/ |
D | avb_ops_user.cpp | 140 if (ioctl(fd, BLKGETSIZE64, &partition_size) != 0) { in read_from_partition() 282 if (ioctl(fd, BLKGETSIZE64, out_size_in_bytes) != 0) { in get_size_of_partition()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl05.c | 43 SAFE_IOCTL(fd, BLKGETSIZE64, &size64); in verify_ioctl()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 777 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64) 778 #define BLKGETSIZE64 _IOR(0x12,114, size_t) macro 796 #ifndef BLKGETSIZE64 in get_device_info() 869 #ifdef BLKGETSIZE64 in get_device_info() 870 if (ioctl(fd, BLKGETSIZE64, &dev->total_sectors) < 0) { in get_device_info()
|
/external/strace/ |
D | ioctl_redefs2.h | 133 #ifdef BLKGETSIZE64 134 # undef BLKGETSIZE64 135 # define BLKGETSIZE64 0x80041272 macro
|
D | block.c | 163 case BLKGETSIZE64: in MPERS_PRINTER_DECL()
|
D | ioctl_redefs1.h | 133 #ifdef BLKGETSIZE64 134 # undef BLKGETSIZE64 135 # define BLKGETSIZE64 0x80041272 macro
|
/external/strace/tests/ |
D | ioctl_block.c | 74 TEST_NULL_ARG(BLKGETSIZE64); in main()
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 74 TEST_NULL_ARG(BLKGETSIZE64); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 74 TEST_NULL_ARG(BLKGETSIZE64); in main()
|