Lines Matching full:in
9 See the COPYING file in the top-level directory.
18 All numbers in a Parallels expandable image are stored in little-endian byte
29 A data chunk of the size specified in the image header.
30 Currently, the default size is 1MiB (2048 sectors). In previous
57 Cluster size, in sectors.
60 Disk size, in clusters (BAT size).
63 Disk size, in sectors.
67 cleared in this case.
73 Set to 0x746F6E59 when the image is opened by software in R/W
76 A zero in this field means that the image was opened by an old
83 An offset, in sectors, from the start of the file to the start of
105 Format Extension offset, an offset, in sectors, from the start of
114 BAT is placed immediately after the image header. In the file, BAT is a
119 corresponding cluster. The offset set in clusters for ``WithouFreSpacExt``
120 images and in sectors for ``WithoutFreeSpace`` images.
140 be allocated by the ``ext_off`` field in the header while other may be
148 The Format Extension is an area 1 cluster in size that provides additional
149 format features. This cluster is addressed by the ext_off field in the header.
186 The size of the following feature data, in bytes.
202 This feature provides a way of storing dirty bitmaps in the image. The fields
206 The bitmap size, should be equal to disk size in sectors.
212 Bitmap granularity, in sectors. I.e., the number of sectors
217 The number of entries in the L1 table of the bitmap.
221 The dirty bitmap described by this feature extension is stored in a set of
223 saved in the L1 offset table specified by the feature extension. Each L1 table
226 Given an offset in bytes into the bitmap data, corresponding L1 entry is::
230 If an L1 table entry is 0, all bits in the corresponding cluster of the bitmap
233 If an L1 table entry is 1, all bits in the corresponding cluster of the bitmap
237 offset (in 512b sectors). Given an offset in bytes into the bitmap data the
238 offset in bytes into the image file can be obtained as follows::