Searched refs:read_blocks (Results 1 – 2 of 2) sorted by relevance
18 def read_blocks(f): function261 read_blocks (files[2])
270 static unsigned int read_blocks(int fd, void *buf, off_t offset, size_t size) in read_blocks() function288 nblocks = read_blocks(thread->fd, buf, offset, min(thread->size, (uint64_t)chunk_size)); in do_work()