Lines Matching refs:last_mark_ppos

466 	aux->last_mark_ppos = ntohl(STp->last_mark_ppos);  in osst_init_aux()
900 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn)); in osst_read_frame()
1654 int last_mark_ppos = -1; in osst_space_over_filemarks_backward() local
1675 STp->header_cache->dat_fm_tab.fm_tab_ent[cnt-1] == STp->buffer->aux->last_mark_ppos) in osst_space_over_filemarks_backward()
1677 last_mark_ppos = ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[cnt - mt_count]); in osst_space_over_filemarks_backward()
1685 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) || in osst_space_over_filemarks_backward()
1687 STp->buffer->aux->last_mark_ppos))?"match":"error", in osst_space_over_filemarks_backward()
1688 mt_count, last_mark_ppos); in osst_space_over_filemarks_backward()
1690 if (last_mark_ppos > 10 && last_mark_ppos < STp->eod_frame_ppos) { in osst_space_over_filemarks_backward()
1691 osst_position_tape_and_confirm(STp, aSRpnt, last_mark_ppos); in osst_space_over_filemarks_backward()
1701 dev, last_mark_ppos); in osst_space_over_filemarks_backward()
1712 last_mark_ppos = ntohl(STp->buffer->aux->last_mark_ppos); in osst_space_over_filemarks_backward()
1713 if (last_mark_ppos == -1) in osst_space_over_filemarks_backward()
1716 printk(OSST_DEB_MSG "osst%d:D: Positioning to last mark at %d\n", dev, last_mark_ppos); in osst_space_over_filemarks_backward()
1718 osst_position_tape_and_confirm(STp, aSRpnt, last_mark_ppos); in osst_space_over_filemarks_backward()
1728 dev, last_mark_ppos); in osst_space_over_filemarks_backward()
1828 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) || in osst_space_over_filemarks_forward_fast()
1829 (STp->header_cache->dat_fm_tab.fm_tab_ent[cnt] == STp->buffer->aux->last_mark_ppos))) in osst_space_over_filemarks_forward_fast()
1839 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) || in osst_space_over_filemarks_forward_fast()
1841 STp->buffer->aux->last_mark_ppos))?"match":"error", in osst_space_over_filemarks_forward_fast()
2004 STp->last_mark_ppos = this_mark_ppos; in osst_write_filemark()
2171 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_reset_header()
2306 STp->last_mark_ppos = ntohl(aux->last_mark_ppos); in __osst_analyze_headers()
2317 dev, STp->first_mark_ppos, STp->last_mark_ppos, STp->eod_frame_ppos); in __osst_analyze_headers()
2370 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_analyze_headers()
2449 frame_position - 1 : ntohl(STp->buffer->aux->last_mark_ppos); in osst_verify_position()
3278 STp->last_mark_ppos = in osst_write()
3289 dev, STp->filemark_cnt, STp->last_mark_ppos, STp->last_mark_lbn); in osst_write()