Home
last modified time | relevance | path

Searched refs:__read_block (Results 1 – 1 of 1) sorted by relevance

/external/fio/t/
Ddedupe.c119 static int __read_block(int fd, void *buf, off_t offset, size_t count) in __read_block() function
139 return __read_block(fd, buf, offset, blocksize); in read_block()
272 if (__read_block(fd, buf, offset, size)) in read_blocks()