Searched refs:feature_sync (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfeature.c | 296 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, in feature_sync() function 355 feature_sync(spa, feature, initial_refcount, tx); in feature_enable_sync() 419 feature_sync(spa, feature, refcount, tx); in feature_do_action()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfeature.h | 66 extern void feature_sync(struct spa *, zfeature_info_t *, uint64_t,
|
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 340 feature_sync(spa, feature, refcount + 1, tx); in feature_incr_sync() 353 feature_sync(spa, feature, refcount - 1, tx); in feature_decr_sync()
|