Searched refs:write_byte (Results 1 – 4 of 4) sorted by relevance
64 if (channel->manager->write_byte) in io_channel_write_byte()65 return channel->manager->write_byte(channel, offset, in io_channel_write_byte()
54 void (*write_byte)(unsigned long block, int count, errcode_t err); member207 data->write_byte = test_io_cb_write_byte; in test_open()353 if (data->real && data->real->manager->write_byte) in test_write_byte()355 if (data->write_byte) in test_write_byte()356 data->write_byte(offset, count, retval); in test_write_byte()
69 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member
135 if (!fs->io->manager->write_byte || !fs->orig_super) { in write_primary_superblock()