Searched refs:feature_get_refcount (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfeature.c | 234 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_refcount() function 411 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action() 484 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_enabled() 499 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_active()
|
| H A D | spa.c | 5332 if (feature_get_refcount(spa, &feature, &refcount) != 0)
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfeature.h | 61 extern int feature_get_refcount(struct spa *, zfeature_info_t *, uint64_t *);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1465 (void) feature_get_refcount(spa, in verify_spacemap_refcounts() 6672 (void) feature_get_refcount(spa, in verify_device_removal_feature_counts() 6675 (void) feature_get_refcount(spa, in verify_device_removal_feature_counts() 7514 if (feature_get_refcount(spa, &spa_feature_table[f], in dump_zpool()
|