Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:bounce

102 	void	*bounce;
192 actual = read(data->dev, data->bounce, channel->block_size);
198 memcpy(buf, data->bounce, actual);
283 actual = read(data->dev, data->bounce,
293 memcpy(data->bounce, buf, actual);
298 actual = write(data->dev, data->bounce, channel->block_size);
339 if (data->bounce)
340 ext2fs_free_mem(&data->bounce);
341 retval = io_channel_alloc_buf(channel, 0, &data->bounce);
361 if (data->bounce)
362 ext2fs_free_mem(&data->bounce);