HomeSort by relevance Sort by last modified time
    Searched defs:BLKGETSIZE (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/misc/
partinfo.c 23 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
24 #define BLKGETSIZE _IO(0x12,96) /* return device size */
64 if (ioctl(fd, BLKGETSIZE, &size) < 0) {
  /external/e2fsprogs/lib/ext2fs/
getsize.c 51 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
52 #define BLKGETSIZE _IO(0x12,96) /* return device size */
60 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32
180 #ifdef BLKGETSIZE
184 if (ioctl(fd, BLKGETSIZE, &size) >= 0) {
  /external/e2fsprogs/lib/blkid/
getsize.c 50 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
51 #define BLKGETSIZE _IO(0x12,96) /* return device size */
59 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32
111 #ifdef BLKGETSIZE
115 if (ioctl(fd, BLKGETSIZE, &size) >= 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 105 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 105 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
  /external/f2fs-tools/lib/
libf2fs.c 762 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
763 #define BLKGETSIZE _IO(0x12,96)
776 #define BLKGETSIZE DKIOCGETBLOCKCOUNT
851 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) {
  /external/ltp/testcases/kernel/io/disktest/
main.h 54 #define BLKGETSIZE _IO(0x12,96) /* IOCTL for getting the device size */
  /bionic/libc/kernel/uapi/linux/
fs.h 139 #define BLKGETSIZE _IO(0x12, 96)
  /external/kernel-headers/original/uapi/linux/
fs.h 194 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 288 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */

Completed in 170 milliseconds