Searched refs:filemark_cnt (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dosst.c462 aux->filemark_cnt = ntohl(STp->filemark_cnt);
557 i = ntohl(aux->filemark_cnt);
558 if (STp->header_cache != NULL && i < OS_FM_TAB_MAX && (i > STp->filemark_cnt ||
566 if (i >= STp->filemark_cnt)
567 STp->filemark_cnt = i+1;
887 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn));
1114 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt);
1222 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt);
1641 cnt = ntohl(STp->buffer->aux->filemark_cnt);
[all...]
H A Dosst.h429 __u32 filemark_cnt; member in struct:os_aux_s
608 int filemark_cnt; member in struct:__anon2518
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c224 __u32 filemark_cnt; member in struct:os_aux_s
703 int filemark_cnt; member in struct:__anon1394
2762 aux->filemark_cnt = ntohl(tape->filemark_cnt); /* shouldn't this be htonl ?? */
4091 if (ntohl(tape->first_stage->aux->filemark_cnt) == 0) {
4534 tape->filemark_cnt = 0;
4632 if (tape->filemark_cnt)
4635 if (tape->filemark_cnt++ == 0)
5041 tape->filemark_cnt = ntohl(aux->filemark_cnt);
[all...]

Completed in 104 milliseconds