Searched refs:sh_eof (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c64 * the buffer. 'sh_eof' is the logical EOF (in bytes). Whenever a record
65 * is added, 'sh_eof' is incremented by the the size of the record.
66 * 'sh_eof' is never decremented. 'sh_bof' is the logical BOF (in bytes).
161 (shpp->sh_eof - shpp->sh_bof) <= len) {
167 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp);
169 shpp->sh_eof += len;
276 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof;
375 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h60 uint64_t sh_eof; /* logical EOF */ member in struct:spa_history_phys
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c259 (u_longlong_t)shp->sh_eof);

Completed in 82 milliseconds