Home | History | Annotate | Download | only in payload_generator

Lines Matching full:extents

50   vector<Extent>* extents = static_cast<vector<Extent>*>(priv);
51 AppendBlockToExtents(extents, *blocknr);
222 &file.extents);
281 AppendBlockToExtents(&inode_file.extents, block);
296 AppendBlockToExtents(&free_space.extents, block);
306 if (ino_file.second.extents.empty())
311 ranges.AddExtents(file.extents);
312 file.extents = ranges.GetExtentsForBlockCount(ranges.blocks());
334 vector<Extent> extents;
338 &extents);
343 uint64_t physical_size = BlocksInExtents(extents) * filsys_->blocksize;
347 if (!utils::ReadExtents(filename_, extents, &blob, physical_size,