Searched refs:firstwrite (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_history.c | 155 uint64_t firstwrite, phys_eof; in spa_history_write() local 170 firstwrite = MIN(len, shpp->sh_phys_max_off - phys_eof); in spa_history_write() 172 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx, in spa_history_write() 175 len -= firstwrite; in spa_history_write() 179 len, (char *)buf + firstwrite, tx, DMU_READ_NO_PREFETCH); in spa_history_write()
|