HomeSort by: relevance | last modified time | path
    Searched refs:sh_eof (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_history.c 64 * 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;
277 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof;
379 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 65 uint64_t sh_eof; /* logical EOF */ member in struct:spa_history_phys
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 254 (u_longlong_t)shp->sh_eof);

Completed in 64 milliseconds