Lines Matching defs:refcount
83 " change the refcount on the given feature\n"
84 " -d decrease instead of increase the refcount\n"
85 " -m add the feature to the label if increasing refcount\n"
363 uint64_t refcount;
365 VERIFY0(feature_get_refcount_from_disk(spa, feature, &refcount));
366 feature_sync(spa, feature, refcount + 1, tx);
376 uint64_t refcount;
378 VERIFY0(feature_get_refcount_from_disk(spa, feature, &refcount));
379 feature_sync(spa, feature, refcount - 1, tx);
439 "'%s' is a real feature, will not change refcount",
457 fatal(spa, FTAG, "feature refcount already 0: %s",