Searched defs:BLKGETSIZE (Results 1 - 4 of 4) 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
63 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
178 #ifdef BLKGETSIZE
182 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
110 #ifdef BLKGETSIZE
114 if (ioctl(fd, BLKGETSIZE, &size) >= 0)
/external/kernel-headers/original/uapi/linux/
H A Dfs.h113 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro

Completed in 112 milliseconds