Searched refs:skcka (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_crypt.c | 1266 spa_keystore_change_key_args_t *skcka = arg; in spa_keystore_change_key_check() local 1267 dsl_crypto_params_t *dcp = skcka->skcka_cp; in spa_keystore_change_key_check() 1286 ret = dsl_dir_hold(dp, skcka->skcka_dsname, FTAG, &dd, NULL); in spa_keystore_change_key_check() 1545 spa_keystore_change_key_args_t *skcka = arg; in spa_keystore_change_key_sync() local 1546 dsl_crypto_params_t *dcp = skcka->skcka_cp; in spa_keystore_change_key_sync() 1553 VERIFY0(dsl_dataset_hold(dp, skcka->skcka_dsname, FTAG, &ds)); in spa_keystore_change_key_sync() 1637 spa_keystore_change_key_args_t skcka; in spa_keystore_change_key() local 1640 skcka.skcka_dsname = dsname; in spa_keystore_change_key() 1641 skcka.skcka_cp = dcp; in spa_keystore_change_key() 1650 spa_keystore_change_key_sync, &skcka, 15, in spa_keystore_change_key()
|