Searched refs:idal_buf (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_char.c102 if (device->char_data.idal_buf != NULL &&
103 device->char_data.idal_buf->size == block_size)
117 if (device->char_data.idal_buf != NULL)
118 idal_buffer_free(device->char_data.idal_buf);
120 device->char_data.idal_buf = new;
180 if (idal_buffer_to_user(device->char_data.idal_buf,
236 if (idal_buffer_from_user(device->char_data.idal_buf,
338 if (device->char_data.idal_buf != NULL) {
339 idal_buffer_free(device->char_data.idal_buf);
340 device->char_data.idal_buf
[all...]
H A Dtape_std.c231 if (device->char_data.idal_buf != NULL &&
232 device->char_data.idal_buf->size == count)
246 if (device->char_data.idal_buf != NULL)
247 idal_buffer_free(device->char_data.idal_buf);
248 device->char_data.idal_buf = new;
665 device->char_data.idal_buf);
684 device->char_data.idal_buf);
705 device->char_data.idal_buf);
H A Dtape.h181 struct idal_buffer *idal_buf; /* idal buffer for user char data */ member in struct:tape_char_data
H A Dtape_3590.c525 device->char_data.idal_buf);

Completed in 110 milliseconds