Lines Matching full:blocks
38 The superblock is only searched in the blocks 9, 15, 18, which
111 Free blocks are organized in a "free list". Maybe a misleading term,
113 the next free block. Rather, the free blocks are organized in chunks
115 to the free blocks pertaining to the next chunk; the first of these
209 * Regular file data blocks are organized as
213 - 7 direct blocks
214 - 1 indirect block (pointers to blocks)
215 - 1 double-indirect block (pointer to pointers to blocks)
219 - 10 direct blocks
220 - 1 indirect block (pointers to blocks)
221 - 1 double-indirect block (pointer to pointers to blocks)
222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)