Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:num_blocks

408   memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
583 rankings_addr.file_type() != RANKINGS || rankings_addr.num_blocks() != 1)
610 int num_blocks = NumBlocksForEntry(stored->key_len);
611 if (entry_.address().num_blocks() != num_blocks)
1120 int num_blocks = (size + Addr::BlockSizeForFileType(file_type) - 1) /
1123 if (!backend_->CreateBlock(file_type, num_blocks, address))