Lines Matching defs:bytes
99 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */
2109 static void print_volume_size(const char *str, s64 bytes)
2111 Printf("%s: %lld bytes (%lld MB)\n", str, (long long)bytes,
2112 (long long)rounded_up_division(bytes, NTFS_MBYTE));
2135 Printf("Cluster size : %u bytes\n",
2140 Printf("Image device size : %lld bytes\n",
2145 Printf("Offset to image data : %u (0x%x) bytes\n",
2226 Printf("Cluster size : %u bytes\n",
2250 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu "
2591 s64 device_size; /* input device size in bytes */