Searched refs:dest_step (Results 1 – 1 of 1) sorted by relevance
132 int src_step, dest_step; in block_write() local144 dest_step = src_step = BLOCK_WRITE_LEN; in block_write()182 write_count = dest_remain > dest_step ? dest_step : dest_remain; in block_write()