Searched refs:write_blk64 (Results 1 – 3 of 3) sorted by relevance
92 if (channel->manager->write_blk64) in io_channel_write_blk64()93 return (channel->manager->write_blk64)(channel, block, in io_channel_write_blk64()
62 void (*write_blk64)(unsigned long long block, int count, errcode_t err); member233 data->write_blk64 = test_io_cb_write_blk64; in test_open()413 if (data->write_blk64) in test_write_blk64()414 data->write_blk64(block, count, retval); in test_write_blk64()
89 errcode_t (*write_blk64)(io_channel channel, unsigned long long block, member