Home | History | Annotate | Download | only in blockfile

Lines Matching refs:CreateBlock

279     if (!CreateBlock(entry_store->key_len + 1, &address))
967 if (!CreateBlock(size, &address))
975 bool EntryImpl::CreateBlock(int size, Addr* address) {
989 if (!backend_->CreateBlock(file_type, num_blocks, address))