Searched refs:backspace (Results 1 – 4 of 4) sorted by relevance
34 4. MTBSF - backspace over file mark and position at its EOT side117 4. MTBSF - backspace over file mark and position at its EOT side
558 int backspace, result; in flush_buffer() local581 backspace = ((STp->buffer)->buffer_bytes + in flush_buffer()599 if (!result && backspace > 0) in flush_buffer()600 result = st_int_ioctl(STp, MTBSR, backspace); in flush_buffer()
2993 int backspace = 0, result = 0; in osst_flush_buffer() local3021 backspace = ((STp->buffer)->buffer_bytes + (STp->buffer)->read_pointer) / STp->block_size - in osst_flush_buffer()3039 if (!result && backspace > 0) /* TODO -- design and run a test case for this */ in osst_flush_buffer()3040 result = osst_seek_logical_blk(STp, aSRpnt, STp->logical_blk_num - backspace); in osst_flush_buffer()
641 * st.c: New version from Kai - add better support for backspace.