Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c163 (shpp->sh_eof - shpp->sh_bof) <= len) { in spa_history_write()
169 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp); in spa_history_write()
171 shpp->sh_eof += len; in spa_history_write()
349 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof; in spa_history_log_sync()
460 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp); in spa_history_get()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h82 uint64_t sh_eof; /* logical EOF */ member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c968 (u_longlong_t)shp->sh_eof); in dump_history_offsets()