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()175 if (idal_buffer_to_user(device->char_data.idal_buf, in tapechar_read()226 if (idal_buffer_from_user(device->char_data.idal_buf, in tapechar_write()328 if (device->char_data.idal_buf != NULL) { in tapechar_release()329 idal_buffer_free(device->char_data.idal_buf); in tapechar_release()330 device->char_data.idal_buf = NULL; in tapechar_release()
225 if (device->char_data.idal_buf != NULL && in tape_std_mtsetblk()226 device->char_data.idal_buf->size == count) in tape_std_mtsetblk()240 if (device->char_data.idal_buf != NULL) in tape_std_mtsetblk()241 idal_buffer_free(device->char_data.idal_buf); in tape_std_mtsetblk()242 device->char_data.idal_buf = new; in tape_std_mtsetblk()658 device->char_data.idal_buf); in tape_std_read_block()677 device->char_data.idal_buf); in tape_std_read_backward()698 device->char_data.idal_buf); in tape_std_write_block()
175 struct idal_buffer *idal_buf; /* idal buffer for user char data */ member
571 device->char_data.idal_buf); in tape_3590_read_opposite()