Searched refs:cb_version (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c5275 uint64_t cb_version; member in struct:upgrade_cbdata
5406 if (version < cbp->cb_version) {
5408 ret = upgrade_version(zhp, cbp->cb_version);
5429 if (cbp->cb_version >= SPA_VERSION_FEATURES) {
5606 if (cur_version > cbp->cb_version) {
5613 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) {
5616 cbp->cb_version);
5620 if (cur_version != cbp->cb_version) {
5622 ret = upgrade_version(zhp, cbp->cb_version);
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2018 uint64_t cb_version; member in struct:upgrade_cbdata
2083 needed_spa_version = zfs_spa_version_map(cb->cb_version);
2099 if (version < cb->cb_version) {
2102 "%llu", cb->cb_version);
2118 } else if (version > cb->cb_version) {
2156 optarg, &cb.cb_version) != 0) {
2176 if ((!all && !argc) && ((flags & ZFS_ITER_RECURSE) | cb.cb_version))
2179 cb.cb_version || argc))
2206 if (cb.cb_version == 0)
2207 cb.cb_version
[all...]

Completed in 126 milliseconds