Searched refs:read_blk64 (Results 1 – 3 of 3) sorted by relevance
76 if (channel->manager->read_blk64) in io_channel_read_blk64()77 return (channel->manager->read_blk64)(channel, block, in io_channel_read_blk64()
55 void (*read_blk64)(unsigned long long block, int count, errcode_t err); member223 data->read_blk64 = test_io_cb_read_blk64; in test_open()372 if (data->read_blk64) in test_read_blk64()373 data->read_blk64(block, count, retval); in test_read_blk64()
82 errcode_t (*read_blk64)(io_channel channel, unsigned long long block, member