Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_history.c162 (shpp->sh_eof - shpp->sh_bof) <= len) { in spa_history_write()
168 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp); in spa_history_write()
170 shpp->sh_eof += len; in spa_history_write()
357 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof; in spa_history_log_sync()
459 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp); in spa_history_get()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa_impl.h65 uint64_t sh_eof; /* logical EOF */ member
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c285 (u_longlong_t)shp->sh_eof); in dump_history_offsets()