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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c4586 uint64_t cb_version; member in struct:upgrade_cbdata
4717 if (version < cbp->cb_version) {
4719 ret = upgrade_version(zhp, cbp->cb_version);
4740 if (cbp->cb_version >= SPA_VERSION_FEATURES) {
4917 if (cur_version > cbp->cb_version) {
4924 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) {
4927 cbp->cb_version);
4931 if (cur_version != cbp->cb_version) {
4933 ret = upgrade_version(zhp, cbp->cb_version);
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1989 uint64_t cb_version; member in struct:upgrade_cbdata
2054 needed_spa_version = zfs_spa_version_map(cb->cb_version);
2070 if (version < cb->cb_version) {
2073 "%llu", cb->cb_version);
2089 } else if (version > cb->cb_version) {
2127 optarg, &cb.cb_version) != 0) {
2147 if ((!all && !argc) && ((flags & ZFS_ITER_RECURSE) | cb.cb_version))
2150 cb.cb_version || argc))
2177 if (cb.cb_version == 0)
2178 cb.cb_version
[all...]

Completed in 133 milliseconds