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

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h70 /* cb_version */
78 int cb_version; member in struct:dcopy_device_cb_s
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c4508 uint64_t cb_version; member in struct:upgrade_cbdata
4596 if (version < cbp->cb_version) {
4598 ret = upgrade_version(zhp, cbp->cb_version);
4613 if (cbp->cb_version >= SPA_VERSION_FEATURES) {
4733 if (cur_version > cbp->cb_version) {
4740 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) {
4743 cbp->cb_version);
4747 if (cur_version != cbp->cb_version) {
4749 ret = upgrade_version(zhp, cbp->cb_version);
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1963 uint64_t cb_version; member in struct:upgrade_cbdata
2028 needed_spa_version = zfs_spa_version_map(cb->cb_version);
2044 if (version < cb->cb_version) {
2047 "%llu", cb->cb_version);
2063 } else if (version > cb->cb_version) {
2101 optarg, &cb.cb_version) != 0) {
2121 if ((!all && !argc) && ((flags & ZFS_ITER_RECURSE) | cb.cb_version))
2124 cb.cb_version || argc))
2151 if (cb.cb_version == 0)
2152 cb.cb_version
[all...]

Completed in 87 milliseconds