Lines Matching refs:last_mark_lbn
467 aux->last_mark_lbn = ntohl(STp->last_mark_lbn); in osst_init_aux()
900 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn)); in osst_read_frame()
1143 STps->drv_block = ntohl(STp->buffer->aux->last_mark_lbn)? in osst_seek_logical_blk()
1145 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_logical_blk()
1251 STps->drv_block = ntohl(STp->buffer->aux->last_mark_lbn)? in osst_seek_sector()
1253 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_sector()
2005 STp->last_mark_lbn = this_mark_lbn; in osst_write_filemark()
2171 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_reset_header()
2307 STp->last_mark_lbn = ntohl(aux->last_mark_lbn); in __osst_analyze_headers()
2370 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_analyze_headers()
3289 dev, STp->filemark_cnt, STp->last_mark_ppos, STp->last_mark_lbn); in osst_write()