Searched refs:BLKGETSIZE64 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice_io.h56 #ifndef BLKGETSIZE64
57 # define BLKGETSIZE64 0x80041272 macro
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddevice.c76 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64)
77 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro
571 #ifdef BLKGETSIZE64
574 if (dev->d_ops->ioctl(dev, BLKGETSIZE64, &size) >= 0) {
575 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu (0x%llx)\n",
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c87 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64)
88 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro
1451 #ifdef BLKGETSIZE64
1454 if (ioctl(fd, BLKGETSIZE64, &size) >= 0) {
1455 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu "
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c72 # ifndef BLKGETSIZE64
73 # define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size */ macro
74 # endif /* ! BLKGETSIZE64 */
91 # include <cygwin/fs.h> /* BLKGETSIZE64 */
306 if (ioctl (fd, BLKGETSIZE64, &nr))

Completed in 44 milliseconds