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