Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_history.c160 (shpp->sh_eof - shpp->sh_bof) <= len) { in spa_history_write()
166 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp); in spa_history_write()
168 shpp->sh_eof += len; in spa_history_write()
275 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof; in spa_history_log_sync()
374 phys_eof = spa_history_log_to_phys(shpp->sh_eof, shpp); in spa_history_get()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h59 uint64_t sh_eof; /* logical EOF */ member
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c240 (u_longlong_t)shp->sh_eof); in dump_history_offsets()