Searched refs:thiscpy (Results 1 – 1 of 1) sorted by relevance
118 int tocpy, copied, thiscpy; in dmu_write_pages() local139 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()141 bcopy(va, (char *)db->db_data + bufoff, thiscpy); in dmu_write_pages()