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

  /external/e2fsprogs/lib/ext2fs/
getsize.c 55 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
56 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
164 #ifdef BLKGETSIZE64
176 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
181 #endif /* BLKGETSIZE64 */
  /external/e2fsprogs/lib/blkid/
getsize.c 54 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
55 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
93 #ifdef BLKGETSIZE64
105 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
112 #endif /* BLKGETSIZE64 */
  /external/f2fs-tools/lib/
libf2fs.c 777 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
778 #define BLKGETSIZE64 _IOR(0x12,114, size_t)
796 #ifndef BLKGETSIZE64
869 #ifdef BLKGETSIZE64
870 if (ioctl(fd, BLKGETSIZE64, &dev->total_sectors) < 0) {
  /bionic/libc/kernel/uapi/linux/
fs.h 117 #define BLKGETSIZE64 _IOR(0x12, 114, size_t)
  /external/kernel-headers/original/uapi/linux/
fs.h 170 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
  /external/strace/
ioctl_redefs2.h 133 #ifdef BLKGETSIZE64
134 # undef BLKGETSIZE64
135 # define BLKGETSIZE64 0x80041272
ioctl_redefs1.h 133 #ifdef BLKGETSIZE64
134 # undef BLKGETSIZE64
135 # define BLKGETSIZE64 0x80041272
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 183 BLKGETSIZE64 = 0x80041272
    [all...]
zerrors_linux_amd64.go 183 BLKGETSIZE64 = 0x80081272
    [all...]
zerrors_linux_arm.go 183 BLKGETSIZE64 = 0x80041272
    [all...]
zerrors_linux_arm64.go 183 BLKGETSIZE64 = 0x80081272
    [all...]
zerrors_linux_mips.go 183 BLKGETSIZE64 = 0x40041272
    [all...]
zerrors_linux_mips64.go 183 BLKGETSIZE64 = 0x40081272
    [all...]
zerrors_linux_mips64le.go 183 BLKGETSIZE64 = 0x40081272
    [all...]
zerrors_linux_mipsle.go 183 BLKGETSIZE64 = 0x40041272
    [all...]
zerrors_linux_ppc64.go 183 BLKGETSIZE64 = 0x40081272
    [all...]
zerrors_linux_ppc64le.go 183 BLKGETSIZE64 = 0x40081272
    [all...]
zerrors_linux_s390x.go 183 BLKGETSIZE64 = 0x80081272
    [all...]
zerrors_linux_sparc64.go 172 BLKGETSIZE64 = 0x80081272
    [all...]

Completed in 300 milliseconds