Home
last modified time | relevance | path

Searched refs:thiscpy (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c1646 int tocpy, copied, thiscpy; in dmu_write_pages() local
1666 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
1668 bcopy(va, (char *)db->db_data + bufoff, thiscpy); in dmu_write_pages()