Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_synctask.c429 spa_keystore_change_key_args_t skcka = { 0 }; in zcp_synctask_change_key() local
456 skcka.skcka_dsname = dsname; in zcp_synctask_change_key()
457 skcka.skcka_cp = dcp; in zcp_synctask_change_key()
460 (zcp_cleanup_t *)&zcp_synctask_change_key_cleanup, &skcka); in zcp_synctask_change_key()
463 zcp_synctask_change_key_sync, &skcka, sync, dsname); in zcp_synctask_change_key()
H A Dzcp_change_key.c122 spa_keystore_change_key_args_t *skcka = arg; in zcp_synctask_change_key_cleanup() local
124 dsl_crypto_params_free(skcka->skcka_cp, B_TRUE); in zcp_synctask_change_key_cleanup()
H A Ddsl_crypt.c1231 spa_keystore_change_key_args_t *skcka = arg; in spa_keystore_change_key_check() local
1232 dsl_crypto_params_t *dcp = skcka->skcka_cp; in spa_keystore_change_key_check()
1251 ret = dsl_dir_hold(dp, skcka->skcka_dsname, FTAG, &dd, NULL); in spa_keystore_change_key_check()
1508 spa_keystore_change_key_args_t *skcka = arg; in spa_keystore_change_key_sync() local
1509 dsl_crypto_params_t *dcp = skcka->skcka_cp; in spa_keystore_change_key_sync()
1516 VERIFY0(dsl_dataset_hold(dp, skcka->skcka_dsname, FTAG, &ds)); in spa_keystore_change_key_sync()
1600 spa_keystore_change_key_args_t skcka; in spa_keystore_change_key() local
1603 skcka.skcka_dsname = dsname; in spa_keystore_change_key()
1604 skcka.skcka_cp = dcp; in spa_keystore_change_key()
1613 spa_keystore_change_key_sync, &skcka, 15, in spa_keystore_change_key()