Searched refs:feature_get_refcount (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/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 394 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action() 467 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_enabled() 482 err = feature_get_refcount(spa, &spa_feature_table[fid], &refcount); in spa_feature_is_active()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | zfeature.h | 61 extern int feature_get_refcount(struct spa *, zfeature_info_t *, uint64_t *);
|
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/ |
H A D | zdb.c | 665 (void) feature_get_refcount(spa, in verify_spacemap_refcounts() 3107 (void) feature_get_refcount(spa, in dump_zpool()
|