Searched refs:BLKGETSIZE (Results 1 – 17 of 17) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 49 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE) 50 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro 58 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32 macro 110 #ifdef BLKGETSIZE in blkid_get_dev_size() 114 if (ioctl(fd, BLKGETSIZE, &size) >= 0) in blkid_get_dev_size()
|
/external/e2fsprogs/misc/ |
D | partinfo.c | 22 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE) 23 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro 63 if (ioctl(fd, BLKGETSIZE, &size) < 0) { in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 49 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE) 50 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro 58 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32 macro 178 #ifdef BLKGETSIZE in ext2fs_get_device_size2() 182 if (ioctl(fd, BLKGETSIZE, &size) >= 0) { in ext2fs_get_device_size2()
|
/external/toybox/toys/other/ |
D | blockdev.c | 41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 119 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro
|
/external/strace/ |
D | block.c | 172 case BLKGETSIZE: in block_ioctl()
|
/external/gptfdisk/ |
D | diskio-unix.cc | 428 *err = ioctl(fd, BLKGETSIZE, &sz); in DiskSize()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 478 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) { in f2fs_get_device_info()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 554 unsigned IOCTL_BLKGETSIZE = BLKGETSIZE;
|
D | sanitizer_common_interceptors_ioctl.inc | 111 _(BLKGETSIZE, WRITE, sizeof(uptr));
|
/external/toybox/toys/pending/ |
D | fdisk.c | 174 if (ioctl(dev_fd, BLKGETSIZE, §ors) == 0) in read_size()
|
/external/e2fsprogs/po/ |
D | id.po | 6719 #~ msgid "BLKGETSIZE ioctl" 6720 #~ msgstr "BLKGETSIZE ioctl"
|
D | it.po | 6867 #~ msgid "BLKGETSIZE ioctl" 6868 #~ msgstr "ioctl BLKGETSIZE"
|
D | tr.po | 7121 #~ msgid "BLKGETSIZE ioctl" 7122 #~ msgstr "BLKGETSIZE ioctl"
|
D | es.po | 6863 #~ msgid "BLKGETSIZE ioctl" 6864 #~ msgstr "BLKGETSIZE ioctl"
|
D | cs.po | 6774 #~ msgid "BLKGETSIZE ioctl" 6775 #~ msgstr "ioctl BLKGETSIZE"
|
D | nl.po | 6776 #~ msgid "BLKGETSIZE ioctl"
|