Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dio_manager.c59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset, in io_channel_write_byte() function
Dext2_io.h92 extern errcode_t io_channel_write_byte(io_channel channel,
Dclosefs.c158 retval = io_channel_write_byte(fs->io, in write_primary_superblock()
Dtest_io.c354 retval = io_channel_write_byte(data->real, offset, count, buf); in test_write_byte()