Searched refs:spa_bootfs (Results 1 – 5 of 5) sorted by relevance
209 uint64_t spa_bootfs; /* default boot filesystem */ member
785 extern uint64_t spa_bootfs(spa_t *spa);
1947 spa_bootfs(spa_t *spa) in spa_bootfs() function1949 return (spa->spa_bootfs); in spa_bootfs()
714 if (spa->spa_bootfs == dsobj && spa->spa_pool_props_object != 0) { in spa_prop_clear_bootfs()718 spa->spa_bootfs = 0; in spa_prop_clear_bootfs()2614 spa_prop_find(spa, ZPOOL_PROP_BOOTFS, &spa->spa_bootfs); in spa_load_impl()3676 spa->spa_bootfs = zpool_prop_default_numeric(ZPOOL_PROP_BOOTFS); in spa_create()4147 if ((!error || error == EEXIST) && spa->spa_bootfs) { in spa_tryimport()4155 spa->spa_bootfs, tmpname) == 0) { in spa_tryimport()4644 if (spa->spa_bootfs) in spa_vdev_attach()6141 spa->spa_bootfs = intval; in spa_sync_props()
321 ret = (dmu_objset_id(os) == spa_bootfs(dmu_objset_spa(os))); in zfs_is_bootfs()1918 if (spa_bootfs(spa) != 0 && nl2cache == 0 && nspares == 0) { in zfs_ioc_vdev_add()