Searched refs:spa_feature_decr (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfeature.h | 49 extern void spa_feature_decr(struct spa *, spa_feature_t, struct dmu_tx *);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 230 spa_feature_decr(dmu_objset_spa(mos),
|
H A D | zfeature.c | 138 * spa_feature_decr() functions to change an enabled feature's reference count. 448 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) function
|
H A D | dsl_bookmark.c | 424 spa_feature_decr(dp->dp_spa, SPA_FEATURE_BOOKMARKS, tx);
|
H A D | space_map.c | 499 spa_feature_decr(spa,
|
H A D | bpobj.c | 66 spa_feature_decr(dmu_objset_spa(os), SPA_FEATURE_EMPTY_BPOBJ, tx);
|
H A D | dsl_destroy.c | 861 spa_feature_decr(dp->dp_spa, SPA_FEATURE_BOOKMARKS, tx);
|
H A D | dsl_scan.c | 1534 spa_feature_decr(spa, SPA_FEATURE_ASYNC_DESTROY, tx);
|
H A D | dsl_dataset.c | 799 spa_feature_decr(spa, f, tx);
|
Completed in 87 milliseconds