Searched refs:feature_sync (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h66 extern void feature_sync(struct spa *, zfeature_info_t *, uint64_t,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c296 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, function
307 * feature_sync is called directly from zhack, allowing the
355 feature_sync(spa, feature, initial_refcount, tx);
406 feature_sync(spa, feature, refcount, tx);
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c377 feature_sync(spa, feature, refcount + 1, tx);
390 feature_sync(spa, feature, refcount - 1, tx);

Completed in 58 milliseconds