Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dosst.c604 aux->filemark_cnt = htonl(STp->filemark_cnt); in osst_init_aux()
700 i = ntohl(aux->filemark_cnt); in osst_verify_frame()
701 if (STp->header_cache != NULL && i < OS_FM_TAB_MAX && (i > STp->filemark_cnt || in osst_verify_frame()
709 if (i >= STp->filemark_cnt) in osst_verify_frame()
710 STp->filemark_cnt = i+1; in osst_verify_frame()
1094 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn)); in osst_read_frame()
1334 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_logical_blk()
1442 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt); in osst_seek_sector()
1869 cnt = ntohl(STp->buffer->aux->filemark_cnt); in osst_space_over_filemarks_backward()
1874 (cnt - mt_count) < STp->filemark_cnt && in osst_space_over_filemarks_backward()
[all …]
Dosst.h430 __be32 filemark_cnt; member
609 int filemark_cnt; member