Lines Matching full:blocks
46 // Processes all blocks belonging to an inode and adds them to the extent list.
60 // blocks belonging to an inode. This function should match the prototype of
68 set<uint64_t>* blocks = static_cast<set<uint64_t>*>(priv);
77 blocks->insert(*blocknr);
218 // Process the inode data and metadata blocks.
219 // For normal files, inode blocks are indirect, double indirect
220 // and triple indirect blocks (no data blocks). For directories and
221 // the journal, all blocks are considered metadata blocks.
230 << " blocks (" << error << ")";
281 // Add <inode-blocks> file with the blocks that hold inodes.
283 inode_file.name = "<inode-blocks>";
292 LOG(ERROR) << "Reading the blocks bitmap (error " << error << ")";
316 file.extents = ranges.GetExtentsForBlockCount(ranges.blocks());
337 // Load the list of blocks and then the contents of the inodes.