Searched refs:rootobj (Results 1 – 2 of 2) sorted by relevance
113 uint64_t rootobj;172 uint64_t rootobj;173 if (zfs_get_root(spa, &rootobj)) {178 if (zfs_mount(spa, rootobj, &zfsmnt)) {
53 uint64_t rootobj; member3341 zfs_mount_impl(const spa_t *spa, uint64_t rootobj, struct zfsmount *mount) in zfs_mount_impl() argument3349 if (rootobj == 0 && zfs_get_root(spa, &rootobj)) { in zfs_mount_impl()3354 if (zfs_mount_dataset(spa, rootobj, &mount->objset)) { in zfs_mount_impl()3359 mount->rootobj = rootobj; in zfs_mount_impl()