Searched refs:BLKGETSIZE (Results 1 - 8 of 8) 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/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/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/kernel-headers/original/uapi/linux/
H A Dfs.h113 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro
/external/strace/
H A Dblock.c180 case BLKGETSIZE:
/external/f2fs-tools/lib/
H A Dlibf2fs.c467 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc111 _(BLKGETSIZE, WRITE, sizeof(uptr));
H A Dsanitizer_platform_limits_posix.cc476 unsigned IOCTL_BLKGETSIZE = BLKGETSIZE;

Completed in 554 milliseconds