Searched refs:STps (Results 1 – 2 of 2) sorted by relevance
664 struct st_partstat *STps; in write_behind_check() local688 STps = &(STp->ps[STp->partition]); in write_behind_check()689 if (STps->drv_block >= 0) { in write_behind_check()691 STps->drv_block++; in write_behind_check()693 STps->drv_block += STbuffer->writing / STp->block_size; in write_behind_check()709 STps->drv_block = -1; in write_behind_check()766 struct st_partstat *STps; in st_flush_write_buffer() local792 STps = &(STp->ps[STp->partition]); in st_flush_write_buffer()804 if (STps->drv_block >= 0) in st_flush_write_buffer()805 STps->drv_block += blks; in st_flush_write_buffer()[all …]
618 struct st_partstat * STps = &(STp->ps[STp->partition]); in osst_verify_frame() local698 STps->eof = ST_FM_HIT; in osst_verify_frame()714 STps->eof = ST_EOD_1; in osst_verify_frame()734 STps->eof = ST_NOEOF; in osst_verify_frame()1103 struct st_partstat * STps = &(STp->ps[STp->partition]); in osst_initiate_read() local1109 if (STps->rw != ST_READING) { /* Initialize read operation */ in osst_initiate_read()1110 if (STps->rw == ST_WRITING || STp->dirty) { in osst_initiate_read()1115 STps->rw = ST_READING; in osst_initiate_read()1141 struct st_partstat * STps = &(STp->ps[STp->partition]); in osst_get_logical_frame() local1156 return (STps->eof); in osst_get_logical_frame()[all …]