Lines Matching refs:last_mark_ppos

609 	aux->last_mark_ppos = htonl(STp->last_mark_ppos);  in osst_init_aux()
1097 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn)); in osst_read_frame()
1857 int last_mark_ppos = -1; in osst_space_over_filemarks_backward() local
1878 STp->header_cache->dat_fm_tab.fm_tab_ent[cnt-1] == STp->buffer->aux->last_mark_ppos) in osst_space_over_filemarks_backward()
1880 last_mark_ppos = ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[cnt - mt_count]); in osst_space_over_filemarks_backward()
1888 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) || in osst_space_over_filemarks_backward()
1890 STp->buffer->aux->last_mark_ppos))?"match":"error", in osst_space_over_filemarks_backward()
1891 mt_count, last_mark_ppos); in osst_space_over_filemarks_backward()
1893 if (last_mark_ppos > 10 && last_mark_ppos < STp->eod_frame_ppos) { in osst_space_over_filemarks_backward()
1894 osst_position_tape_and_confirm(STp, aSRpnt, last_mark_ppos); in osst_space_over_filemarks_backward()
1904 name, last_mark_ppos); in osst_space_over_filemarks_backward()
1915 last_mark_ppos = ntohl(STp->buffer->aux->last_mark_ppos); in osst_space_over_filemarks_backward()
1916 if (last_mark_ppos == -1) in osst_space_over_filemarks_backward()
1919 printk(OSST_DEB_MSG "%s:D: Positioning to last mark at %d\n", name, last_mark_ppos); in osst_space_over_filemarks_backward()
1921 osst_position_tape_and_confirm(STp, aSRpnt, last_mark_ppos); in osst_space_over_filemarks_backward()
1931 name, last_mark_ppos); in osst_space_over_filemarks_backward()
2031 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) || in osst_space_over_filemarks_forward_fast()
2032 (STp->header_cache->dat_fm_tab.fm_tab_ent[cnt] == STp->buffer->aux->last_mark_ppos))) in osst_space_over_filemarks_forward_fast()
2042 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) || in osst_space_over_filemarks_forward_fast()
2044 STp->buffer->aux->last_mark_ppos))?"match":"error", in osst_space_over_filemarks_forward_fast()
2207 STp->last_mark_ppos = this_mark_ppos; in osst_write_filemark()
2374 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_reset_header()
2508 STp->last_mark_ppos = ntohl(aux->last_mark_ppos); in __osst_analyze_headers()
2519 name, STp->first_mark_ppos, STp->last_mark_ppos, STp->eod_frame_ppos); in __osst_analyze_headers()
2572 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_analyze_headers()
2638 frame_position - 1 : ntohl(STp->buffer->aux->last_mark_ppos); in osst_verify_position()
3499 STp->last_mark_ppos = in osst_write()
3510 name, STp->filemark_cnt, STp->last_mark_ppos, STp->last_mark_lbn); in osst_write()