Lines Matching defs:count
24 static int read_fn(void *fd, void *buf, size_t count)
28 ASSERT(count <= f->size - f->offset);
29 memcpy(buf, &f->data[f->offset], count);
30 f->offset += count;
36 size_t count __attribute__((unused)))
42 void *buf, size_t count)
44 memset(buf, 0, count);
282 u64 count = metadata_callback_counts.merkle_tree_block++;
299 if (count == 4) {
308 ASSERT(offset == 1024 + (count * 1024));
309 if (count < 3) {