Searched refs:feature_get_refcount (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfeature.c | 235 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_refcount() function 423 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action() 497 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_enabled() 512 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_active()
|
H A D | spa.c | 6251 if (feature_get_refcount(spa, &feature, &refcount) != 0)
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfeature.h | 62 extern int feature_get_refcount(struct spa *, zfeature_info_t *, uint64_t *);
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1521 (void) feature_get_refcount(spa, in verify_spacemap_refcounts() 7711 (void) feature_get_refcount(spa, in verify_device_removal_feature_counts() 7714 (void) feature_get_refcount(spa, in verify_device_removal_feature_counts() 8609 if (feature_get_refcount(spa, &spa_feature_table[f], in dump_zpool()
|