Home
last modified time | relevance | path

Searched refs:feature_get_refcount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfeature.c235 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_refcount() function
419 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action()
492 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_enabled()
507 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_active()
H A Dspa.c6102 if (feature_get_refcount(spa, &feature, &refcount) != 0)
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfeature.h62 extern int feature_get_refcount(struct spa *, zfeature_info_t *, uint64_t *);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1510 (void) feature_get_refcount(spa, in verify_spacemap_refcounts()
7620 (void) feature_get_refcount(spa, in verify_device_removal_feature_counts()
7623 (void) feature_get_refcount(spa, in verify_device_removal_feature_counts()
8515 if (feature_get_refcount(spa, &spa_feature_table[f], in dump_zpool()