Searched refs:raw_read_blk (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c160 static errcode_t raw_read_blk(io_channel channel, function
193 printf("raw_read_blk: O_DIRECT fallback: %p %lu\n", buf,
705 return raw_read_blk(channel, data, block, count, buf);
714 return raw_read_blk(channel, data, block, count, buf);
737 if ((retval = raw_read_blk(channel, data, block, 1,
756 if ((retval = raw_read_blk(channel, data, block, i, cp)))

Completed in 221 milliseconds