Lines Matching refs:blocks
58 Since LFS is based on out-of-place writes, it produces so many obsolete blocks
60 needs to reclaim these obsolete blocks seamlessly to users. This job is called
66 segment summary blocks.
86 - Use a term, “node”, that represents inodes as well as various pointer blocks
88 blocks; this will cut off the update propagation.
206 commands that consist small blocks less than 2MB.
361 validity of all the blocks.
364 : It is composed of a block address table for all the node blocks stored in
369 data and node blocks stored in Main area.
415 data blocks, and one indirect node block contains also 1018 node blocks. Thus,
432 Note that, all the node blocks are mapped by NAT which means the location of
474 "A(2B)" means a bucket includes 2 data blocks.
492 The number of blocks and buckets are determined by,
495 # of blocks in level #n = |
537 - Hot node contains direct node blocks of directories.
538 - Warm node contains direct node blocks except hot node blocks.
539 - Cold node contains indirect node blocks
540 - Hot data contains dentry blocks
541 - Warm data contains data blocks except hot and cold data blocks
542 - Cold data contains multimedia data or migrated data blocks
571 of valid blocks. In the cost-benefit algorithm, F2FS selects a victim segment
572 according to the segment age and the number of valid blocks in order to address
579 bitmap is composed of a bit stream covering whole blocks in main area.