Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:bounce

92 	void	*bounce;
202 actual = read(data->dev, data->bounce, channel->block_size);
208 memcpy(buf, data->bounce, actual);
271 actual = read(data->dev, data->bounce,
281 memcpy(data->bounce, buf, actual);
282 actual = write(data->dev, data->bounce, channel->block_size);
323 if (data->bounce)
324 ext2fs_free_mem(&data->bounce);
325 retval = io_channel_alloc_buf(channel, 0, &data->bounce);
345 if (data->bounce)
346 ext2fs_free_mem(&data->bounce);