Lines Matching refs:mapping_
133 if (mapping_.vmo()) { in InitVmos()
155 zx_status_t status = mapping_.CreateAndMap(vmo_size, "blob"); in InitVmos()
160 if ((status = blobfs_->AttachVmo(mapping_.vmo(), &vmoid_)) != ZX_OK) { in InitVmos()
323 mapping_.Reset(); in BlobCloseHandles()
408 mapping_ = std::move(mapping); in SpaceAllocate()
419 return fs::GetBlock(kBlobfsBlockSize, mapping_.start(), MerkleTreeBlocks(inode_)); in GetData()
423 return mapping_.start(); in GetMerkle()
524 zx_status_t status = mapping_.vmo().write(data, offset, to_write); in WriteInternal()
596 &wb, blobfs_, this, mapping_.vmo(), vmo_offset, in WriteInternal()
643 &wb, blobfs_, this, mapping_.vmo(), vmo_offset, in WriteInternal()
715 if ((status = mapping_.vmo().clone(ZX_VMO_CLONE_COPY_ON_WRITE, merkle_bytes, inode_.blob_size, in CloneVmo()
731 clone_watcher_.set_object(mapping_.vmo().get()); in CloneVmo()
783 status = mapping_.vmo().read(data, merkle_bytes + off, len); in ReadInternal()
830 if (mapping_.vmo()) { in ActivateLowMemory()
833 mapping_.Reset(); in ActivateLowMemory()