Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:bounce

108 	void	*bounce;
235 actual = read(data->dev, data->bounce, channel->block_size);
245 memcpy(buf, data->bounce, actual);
345 actual = read(data->dev, data->bounce,
352 memset((char *) data->bounce + actual, 0,
359 memcpy(data->bounce, buf, actual);
364 actual = write(data->dev, data->bounce, channel->block_size);
410 if (data->bounce)
411 ext2fs_free_mem(&data->bounce);
412 retval = io_channel_alloc_buf(channel, 0, &data->bounce);
432 if (data->bounce)
433 ext2fs_free_mem(&data->bounce);