Searched refs:MMP_BLOCKS_PER_LABEL (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmmp.c50 * (N-MMP_BLOCKS_PER_LABEL) slots, the remaining slots are reserved for MMP.
526 MMP_BLOCKS_PER_LABEL + spa_get_random(MMP_BLOCKS_PER_LABEL));
H A Dvdev_label.c1673 int m = spa_multihost(vd->vdev_spa) ? MMP_BLOCKS_PER_LABEL : 0;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h476 * MMP blocks occupy the last MMP_BLOCKS_PER_LABEL slots in the uberblock
479 #define MMP_BLOCKS_PER_LABEL 1 macro
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h509 * MMP blocks occupy the last MMP_BLOCKS_PER_LABEL slots in the uberblock
512 #define MMP_BLOCKS_PER_LABEL 1 macro
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4504 (i >= VDEV_UBERBLOCK_COUNT(&vd) - MMP_BLOCKS_PER_LABEL))

Completed in 188 milliseconds