Searched refs:zfs_get_root (Results 1 – 3 of 3) sorted by relevance
172 if (zfs_get_root(spa, &rootobj)) {
148 static int zfs_get_root(const spa_t *spa, uint64_t *objid);1530 if (zfs_get_root(spa, &rootid) == 0 && in spa_status()3473 zfs_get_root(const spa_t *spa, uint64_t *objid) in zfs_get_root() function3525 if (rootobj == 0 && zfs_get_root(spa, &rootobj)) { in zfs_mount_impl()
1690 if (dev->root_guid == 0 && zfs_get_root(spa, &dev->root_guid)) { in zfs_fmtdev()