Searched refs:BLKGETSIZE (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
H A Dpartinfo.c22 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
23 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
62 if (ioctl(fd, BLKGETSIZE, &size) < 0) {
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c49 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
50 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
58 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32 macro
120 #ifdef BLKGETSIZE
121 if (ioctl(fd, BLKGETSIZE, &size) >= 0)
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c49 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
50 #define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
58 #define BLKGETSIZE DKIOCGETBLOCKCOUNT32 macro
191 #ifdef BLKGETSIZE
192 if (ioctl(fd, BLKGETSIZE, &size) >= 0) {
/external/grub/lib/
H A Ddevice.c72 # ifndef BLKGETSIZE
73 # define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
74 # endif /* ! BLKGETSIZE */
160 if (ioctl (fd, BLKGETSIZE, &nr))
/external/strace/
H A Dblock.c187 case BLKGETSIZE:
/external/kernel-headers/original/linux/
H A Dfs.h187 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro

Completed in 186 milliseconds