Searched refs:skcka (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_crypt.c | 1227 spa_keystore_change_key_args_t *skcka = arg; in spa_keystore_change_key_check() local 1228 dsl_crypto_params_t *dcp = skcka->skcka_cp; in spa_keystore_change_key_check() 1247 ret = dsl_dir_hold(dp, skcka->skcka_dsname, FTAG, &dd, NULL); in spa_keystore_change_key_check() 1506 spa_keystore_change_key_args_t *skcka = arg; in spa_keystore_change_key_sync() local 1507 dsl_crypto_params_t *dcp = skcka->skcka_cp; in spa_keystore_change_key_sync() 1514 VERIFY0(dsl_dataset_hold(dp, skcka->skcka_dsname, FTAG, &ds)); in spa_keystore_change_key_sync() 1598 spa_keystore_change_key_args_t skcka; in spa_keystore_change_key() local 1601 skcka.skcka_dsname = dsname; in spa_keystore_change_key() 1602 skcka.skcka_cp = dcp; in spa_keystore_change_key() 1611 spa_keystore_change_key_sync, &skcka, 15, in spa_keystore_change_key()
|