Searched defs:firstwrite (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c153 uint64_t firstwrite, phys_eof; local
168 firstwrite = MIN(len, shpp->sh_phys_max_off - phys_eof);
170 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx);
172 len -= firstwrite;
176 len, (char *)buf + firstwrite, tx);

Completed in 45 milliseconds