Searched defs:BLKGETSIZE64 (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c53 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
54 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
159 #ifdef BLKGETSIZE64
171 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
176 #endif /* BLKGETSIZE64 */
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c53 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
54 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
89 #ifdef BLKGETSIZE64
101 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
108 #endif /* BLKGETSIZE64 */
/external/fio/os/
H A Dos-android.h155 #ifndef BLKGETSIZE64
156 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
174 if (!ioctl(f->fd, BLKGETSIZE64, bytes))
H A Dos-linux.h116 #ifndef BLKGETSIZE64
117 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
135 if (!ioctl(f->fd, BLKGETSIZE64, bytes))
/external/kernel-headers/original/uapi/linux/
H A Dfs.h139 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro

Completed in 112 milliseconds