Home
last modified time | relevance | path

Searched refs:spa_bootsize (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c591 if (tspace > mc->mc_spa->spa_bootsize) { in metaslab_class_expandable_space()
592 tspace -= mc->mc_spa->spa_bootsize; in metaslab_class_expandable_space()
H A Dspa.c3609 spa_prop_find(spa, ZPOOL_PROP_BOOTSIZE, &spa->spa_bootsize);
H A Dvdev.c3840 spa->spa_bootsize, 1ULL << tvd->vdev_ms_shift); in vdev_get_stats_ex()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h359 uint64_t spa_bootsize; /* efi system partition size */ member