Searched refs:length_in_buffer (Results 1 – 1 of 1) sorted by relevance
2015 size_t length_in_buffer; in compstrategy() local2067 length_in_buffer = vnd->sc_comp_blksz - offset_in_buffer; in compstrategy()2068 if (length_in_buffer > bp->b_resid) in compstrategy()2069 length_in_buffer = bp->b_resid; in compstrategy()2073 aiov.iov_len = length_in_buffer; in compstrategy()2077 length_in_buffer, &auio); in compstrategy()2084 bn += length_in_buffer; in compstrategy()2085 addr += length_in_buffer; in compstrategy()2086 bp->b_resid -= length_in_buffer; in compstrategy()