Lines Matching defs:cb_version
11229 uint64_t cb_version;
11376 if (version < cbp->cb_version) {
11378 ret = upgrade_version(zhp, cbp->cb_version);
11393 if (cbp->cb_version >= SPA_VERSION_FEATURES) {
11532 if (cur_version > cbp->cb_version) {
11539 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) {
11542 (u_longlong_t)cbp->cb_version);
11546 if (cur_version != cbp->cb_version) {
11548 ret = upgrade_version(zhp, cbp->cb_version);
11553 if (cbp->cb_version >= SPA_VERSION_FEATURES) {
11606 cb.cb_version = strtoll(optarg, &end, 10);
11608 !SPA_VERSION_IS_SUPPORTED(cb.cb_version)) {
11631 if (cb.cb_version == 0) {
11632 cb.cb_version = SPA_VERSION;
11723 if (cb.cb_version == SPA_VERSION) {
11732 (u_longlong_t)cb.cb_version);