Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c118 int tocpy, copied, thiscpy; in dmu_write_pages() local
139 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
141 bcopy(va, (char *)db->db_data + bufoff, thiscpy); in dmu_write_pages()