Lines Matching refs:blocks
26 4. ``SuperBlock::BlockSize - 3`` blocks of data
43 LLVM only supports 4096 byte blocks (sometimes referred to as the "BigMsf"
72 a bitfield representing the set of all blocks within the file which are "free"
76 - **NumBlocks** - The total number of blocks in the file. ``NumBlocks *
80 blocks that it occupies. It will be described in more detail later.
82 an array of ``ulittle32_t``'s listing the blocks that the stream directory
86 contains the list of blocks that the stream directory occupies, and the stream
97 series of blocks which contains a bit flag for every block in the file. The
107 The Free Block Maps are stored as a series of single blocks throughout the file
109 bytes, it contains 8 times as many bits as an interval has blocks. This means
111 (the first 32768 blocks), the second block of each FPM refers to the next 8
112 blocks, and so on. This results in far more FPM blocks being present than are
138 Stream 1: ceil(8000 / 4096) = 2 blocks
140 Stream 2: ceil(16000 / 4096) = 4 blocks
142 Stream 3: ceil(9000 / 4096) = 3 blocks
144 In total, 10 blocks are used. Let's see what the stream directory might look
167 blocks!
173 end in separate blocks. For example, if the block size is 4096 bytes, and a
175 need to end on the first byte of the next block. Since blocks are not