Lines Matching full:blocks
63 blocks to be written to disk without making a
66 filesystem except for the updates on data blocks still
71 blocks. That means, it is guaranteed that no
80 block device when blocks are freed. This is useful
118 due to redundant move of in-use blocks.
183 of logs. Each log is composed of summary information blocks, payload
184 blocks, and an optional super root block (SR):
199 | Summary | Payload blocks |SR|
202 The payload blocks are organized per file, and each file consists of
203 data blocks and B-tree node blocks:
207 | Data blocks | B-tree blocks | Data blocks | B-tree blocks | ...
211 Since only the modified blocks are written in the log, it may have
212 files without data blocks or B-tree node blocks.
214 The organization of the blocks is recorded in the summary information
215 blocks, which contains a header structure (nilfs_segment_summary), per
233 make on-disk blocks relocatable.