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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c5631 uint64_t cb_version; member in struct:upgrade_cbdata
5762 if (version < cbp->cb_version) {
5764 ret = upgrade_version(zhp, cbp->cb_version);
5785 if (cbp->cb_version >= SPA_VERSION_FEATURES) {
5962 if (cur_version > cbp->cb_version) {
5969 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) {
5972 cbp->cb_version);
5976 if (cur_version != cbp->cb_version) {
5978 ret = upgrade_version(zhp, cbp->cb_version);
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2019 uint64_t cb_version; member in struct:upgrade_cbdata
2084 needed_spa_version = zfs_spa_version_map(cb->cb_version);
2100 if (version < cb->cb_version) {
2103 "%llu", cb->cb_version);
2119 } else if (version > cb->cb_version) {
2157 optarg, &cb.cb_version) != 0) {
2177 if ((!all && !argc) && ((flags & ZFS_ITER_RECURSE) | cb.cb_version))
2180 cb.cb_version || argc))
2207 if (cb.cb_version == 0)
2208 cb.cb_version
[all...]

Completed in 126 milliseconds