Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:bounce

91 	void	*bounce;
196 actual = read(data->dev, data->bounce, channel->block_size);
202 memcpy(buf, data->bounce, actual);
263 actual = read(data->dev, data->bounce,
273 memcpy(data->bounce, buf, actual);
274 actual = write(data->dev, data->bounce, channel->block_size);
316 if (data->bounce)
317 ext2fs_free_mem(&data->bounce);
319 &data->bounce);
339 if (data->bounce)
340 ext2fs_free_mem(&data->bounce);