Searched refs:feature_get_refcount (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfeature.c | 226 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_refcount() function 389 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action() 462 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_enabled() 477 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_active()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfeature.h | 61 extern int feature_get_refcount(struct spa *, zfeature_info_t *, uint64_t *);
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 651 (void) feature_get_refcount(spa, in verify_spacemap_refcounts() 3048 (void) feature_get_refcount(spa, in dump_zpool()
|