Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.h442 __be32 last_mark_lbn; /* storing log_blk_num of last mark is extends ADR spec */ member
613 int last_mark_lbn; /* storing log_blk_num of last mark is extends ADR spec */ member
Dosst.c610 aux->last_mark_lbn = htonl(STp->last_mark_lbn); in osst_init_aux()
1097 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn)); in osst_read_frame()
1342 STps->drv_block = ntohl(STp->buffer->aux->last_mark_lbn)? in osst_seek_logical_blk()
1344 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_logical_blk()
1450 STps->drv_block = ntohl(STp->buffer->aux->last_mark_lbn)? in osst_seek_sector()
1452 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0): in osst_seek_sector()
2208 STp->last_mark_lbn = this_mark_lbn; in osst_write_filemark()
2374 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_reset_header()
2509 STp->last_mark_lbn = ntohl(aux->last_mark_lbn); in __osst_analyze_headers()
2572 STp->first_mark_ppos = STp->last_mark_ppos = STp->last_mark_lbn = -1; in osst_analyze_headers()
[all …]