Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c131 phys_bof = spa_history_log_to_phys(shpp->sh_bof, shpp); in spa_history_advance_bof()
145 shpp->sh_bof += reclen + sizeof (reclen); in spa_history_advance_bof()
162 (shpp->sh_eof - shpp->sh_bof) <= len) { in spa_history_write()
347 shpp->sh_pool_create_len = shpp->sh_bof = shpp->sh_eof; in spa_history_log_sync()
470 *offp = MAX(*offp, shpp->sh_bof); in spa_history_get()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h82 uint64_t sh_bof; /* logical BOF */ member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c918 (u_longlong_t)shp->sh_bof); in dump_history_offsets()