Home
last modified time | relevance | path

Searched refs:last_mark_lbn (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dosst.h444 __u32 last_mark_lbn; /* storing log_blk_num of last mark is extends ADR spec */ member
615 int last_mark_lbn; /* storing log_blk_num of last mark is extends ADR spec */ member
Dosst.c467 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()
[all …]