Searched refs:spa_delegation (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h224 uint64_t spa_delegation; /* delegation on/off */ member in struct:spa
H A Dspa.h812 extern uint64_t spa_delegation(spa_t *spa);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deleg.c760 return (!!spa_delegation(os->os_spa));
H A Dspa_misc.c2065 spa_delegation(spa_t *spa) function
2067 return (spa->spa_delegation);
H A Dspa.c2768 spa->spa_delegation = zpool_prop_default_numeric(ZPOOL_PROP_DELEGATION);
2779 spa_prop_find(spa, ZPOOL_PROP_DELEGATION, &spa->spa_delegation);
3859 spa->spa_delegation = zpool_prop_default_numeric(ZPOOL_PROP_DELEGATION);
6690 spa->spa_delegation = intval;

Completed in 78 milliseconds