Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c154 uint64_t firstwrite, phys_eof; in spa_history_write() local
169 firstwrite = MIN(len, shpp->sh_phys_max_off - phys_eof); in spa_history_write()
171 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx); in spa_history_write()
173 len -= firstwrite; in spa_history_write()
177 len, (char *)buf + firstwrite, tx); in spa_history_write()