Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.c607 aux->filemark_cnt = htonl(STp->filemark_cnt); in osst_init_aux()
703 i = ntohl(aux->filemark_cnt); in osst_verify_frame()
704 if (STp->header_cache != NULL && i < OS_FM_TAB_MAX && (i > STp->filemark_cnt || in osst_verify_frame()
712 if (i >= STp->filemark_cnt) in osst_verify_frame()
713 STp->filemark_cnt = i+1; in osst_verify_frame()
1097 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn)); in osst_read_frame()
1337 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_logical_blk()
1445 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_sector()
1872 cnt = ntohl(STp->buffer->aux->filemark_cnt); in osst_space_over_filemarks_backward()
1877 (cnt - mt_count) < STp->filemark_cnt && in osst_space_over_filemarks_backward()
[all …]
Dosst.h431 __be32 filemark_cnt; member
610 int filemark_cnt; member