Home
last modified time | relevance | path

Searched refs:spa_bootfs (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h209 uint64_t spa_bootfs; /* default boot filesystem */ member
H A Dspa.h785 extern uint64_t spa_bootfs(spa_t *spa);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1947 spa_bootfs(spa_t *spa) in spa_bootfs() function
1949 return (spa->spa_bootfs); in spa_bootfs()
H A Dspa.c714 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()
H A Dzfs_ioctl.c321 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()