Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfeature.c304 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, in feature_sync() function
362 feature_sync(spa, feature, initial_refcount, tx); in feature_enable_sync()
427 feature_sync(spa, feature, refcount, tx); in feature_do_action()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfeature.h66 extern void feature_sync(struct spa *, zfeature_info_t *, uint64_t,
/f-stack/freebsd/contrib/openzfs/cmd/zhack/
H A Dzhack.c343 feature_sync(spa, feature, refcount + 1, tx); in feature_incr_sync()
356 feature_sync(spa, feature, refcount - 1, tx); in feature_decr_sync()