Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_history.c129 phys_bof = spa_history_log_to_phys(shpp->sh_bof, shpp); in spa_history_advance_bof()
143 shpp->sh_bof += reclen + sizeof (reclen); in spa_history_advance_bof()
160 (shpp->sh_eof - shpp->sh_bof) <= len) { in spa_history_write()
275 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof; in spa_history_log_sync()
386 *offp = MAX(*offp, shpp->sh_bof); in spa_history_get()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h58 uint64_t sh_bof; /* logical BOF */ member
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c238 (u_longlong_t)shp->sh_bof); in dump_history_offsets()