Searched refs:idal_buf (Results 1 – 4 of 4) sorted by relevance
102 if (device->char_data.idal_buf != NULL && in tapechar_check_idalbuffer()103 device->char_data.idal_buf->size == block_size) in tapechar_check_idalbuffer()117 if (device->char_data.idal_buf != NULL) in tapechar_check_idalbuffer()118 idal_buffer_free(device->char_data.idal_buf); in tapechar_check_idalbuffer()120 device->char_data.idal_buf = new; in tapechar_check_idalbuffer()180 if (idal_buffer_to_user(device->char_data.idal_buf, in tapechar_read()236 if (idal_buffer_from_user(device->char_data.idal_buf, in tapechar_write()338 if (device->char_data.idal_buf != NULL) { in tapechar_release()339 idal_buffer_free(device->char_data.idal_buf); in tapechar_release()340 device->char_data.idal_buf = NULL; in tapechar_release()
231 if (device->char_data.idal_buf != NULL && in tape_std_mtsetblk()232 device->char_data.idal_buf->size == count) in tape_std_mtsetblk()246 if (device->char_data.idal_buf != NULL) in tape_std_mtsetblk()247 idal_buffer_free(device->char_data.idal_buf); in tape_std_mtsetblk()248 device->char_data.idal_buf = new; in tape_std_mtsetblk()664 device->char_data.idal_buf); in tape_std_read_block()683 device->char_data.idal_buf); in tape_std_read_backward()704 device->char_data.idal_buf); in tape_std_write_block()
181 struct idal_buffer *idal_buf; /* idal buffer for user char data */ member
576 device->char_data.idal_buf); in tape_3590_read_opposite()