Lines Matching defs:refcount
77 " change the refcount on the given feature\n"
78 " -d decrease instead of increase the refcount\n"
79 " -m add the feature to the label if increasing refcount\n"
374 uint64_t refcount;
376 VERIFY0(feature_get_refcount_from_disk(spa, feature, &refcount));
377 feature_sync(spa, feature, refcount + 1, tx);
387 uint64_t refcount;
389 VERIFY0(feature_get_refcount_from_disk(spa, feature, &refcount));
390 feature_sync(spa, feature, refcount - 1, tx);
450 "'%s' is a real feature, will not change refcount");
467 fatal(spa, FTAG, "feature refcount already 0: %s",