Home
last modified time | relevance | path

Searched refs:mmp_ub (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmmp.c424 mmp->mmp_ub = *ub; in mmp_update_uberblock()
426 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock()
472 spa_mmp_history_add(spa, mmp->mmp_ub.ub_txg, in mmp_write_uberblock()
496 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock()
502 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock()
506 ub = &mmp->mmp_ub; in mmp_write_uberblock()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmmp.h48 uberblock_t mmp_ub; /* last ub written by sync */ member