Searched refs:offset_in_buffer (Results 1 – 1 of 1) sorted by relevance
2016 u_int32_t offset_in_buffer; in compstrategy() local2066 offset_in_buffer = bn % (off_t)vnd->sc_comp_blksz; in compstrategy()2067 length_in_buffer = vnd->sc_comp_blksz - offset_in_buffer; in compstrategy()2076 error = uiomove(vnd->sc_comp_decombuf + offset_in_buffer, in compstrategy()