Searched refs:old_io (Results 1 – 3 of 3) sorted by relevance
525 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io) in ext2fs_get_data_io() argument529 if (old_io) { in ext2fs_get_data_io()530 *old_io = (fs->image_io == fs->io) ? 0 : fs->io; in ext2fs_get_data_io()
1647 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io);
570 - Compatible with Rust master (move from `old_io` to `std::io`)