Searched refs:firstread (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_history.c | 126 uint64_t firstread, reclen, phys_bof; local 131 firstread = MIN(sizeof (reclen), shpp->sh_phys_max_off - phys_bof); 133 if ((err = dmu_read(mos, spa->spa_history, phys_bof, firstread, 136 if (firstread != sizeof (reclen)) { 138 shpp->sh_pool_create_len, sizeof (reclen) - firstread, 139 buf + firstread, DMU_READ_PREFETCH)) != 0)
|
Completed in 45 milliseconds