Lines Matching full:blocks
67 blocks to be written to disk without making a
70 filesystem except for the updates on data blocks still
75 blocks. That means, it is guaranteed that no
84 block device when blocks are freed. This is useful
125 due to redundant move of in-use blocks.
193 of logs. Each log is composed of summary information blocks, payload
194 blocks, and an optional super root block (SR)::
209 | Summary | Payload blocks |SR|
212 The payload blocks are organized per file, and each file consists of
213 data blocks and B-tree node blocks::
217 | Data blocks | B-tree blocks | Data blocks | B-tree blocks | ...
221 Since only the modified blocks are written in the log, it may have
222 files without data blocks or B-tree node blocks.
224 The organization of the blocks is recorded in the summary information
225 blocks, which contains a header structure (nilfs_segment_summary), per
243 make on-disk blocks relocatable.