Lines Matching refs:tape_device
100 struct tape_request *tape_std_read_block(struct tape_device *, size_t);
101 void tape_std_read_backward(struct tape_device *device,
103 struct tape_request *tape_std_write_block(struct tape_device *, size_t);
106 int tape_std_assign(struct tape_device *);
107 int tape_std_unassign(struct tape_device *);
108 int tape_std_read_block_id(struct tape_device *device, __u64 *id);
109 int tape_std_display(struct tape_device *, struct display_struct *disp);
110 int tape_std_terminate_write(struct tape_device *);
113 int tape_std_mtbsf(struct tape_device *, int);
114 int tape_std_mtbsfm(struct tape_device *, int);
115 int tape_std_mtbsr(struct tape_device *, int);
116 int tape_std_mtcompression(struct tape_device *, int);
117 int tape_std_mteom(struct tape_device *, int);
118 int tape_std_mterase(struct tape_device *, int);
119 int tape_std_mtfsf(struct tape_device *, int);
120 int tape_std_mtfsfm(struct tape_device *, int);
121 int tape_std_mtfsr(struct tape_device *, int);
122 int tape_std_mtload(struct tape_device *, int);
123 int tape_std_mtnop(struct tape_device *, int);
124 int tape_std_mtoffl(struct tape_device *, int);
125 int tape_std_mtreset(struct tape_device *, int);
126 int tape_std_mtreten(struct tape_device *, int);
127 int tape_std_mtrew(struct tape_device *, int);
128 int tape_std_mtsetblk(struct tape_device *, int);
129 int tape_std_mtunload(struct tape_device *, int);
130 int tape_std_mtweof(struct tape_device *, int);
133 void tape_std_process_eov(struct tape_device *);