Searched refs:is_encroot (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 972 zfs_crypto_get_encryption_root(zfs_handle_t *zhp, boolean_t *is_encroot, in zfs_crypto_get_encryption_root() argument 980 *is_encroot = B_FALSE; in zfs_crypto_get_encryption_root() 989 *is_encroot = B_FALSE; in zfs_crypto_get_encryption_root() 995 *is_encroot = strcmp(prop_encroot, zfs_get_name(zhp)) == 0; in zfs_crypto_get_encryption_root() 1209 boolean_t is_encroot; in load_keys_cb() local 1214 ret = zfs_crypto_get_encryption_root(zhp, &is_encroot, NULL); in load_keys_cb() 1215 if (ret != 0 || !is_encroot) in load_keys_cb() 1289 boolean_t is_encroot, can_retry = B_FALSE, correctible = B_FALSE; in zfs_crypto_load_key() local 1315 ret = zfs_crypto_get_encryption_root(zhp, &is_encroot, prop_encroot); in zfs_crypto_load_key() 1321 } else if (!is_encroot) { in zfs_crypto_load_key() [all …]
|
H A D | libzfs_mount.c | 364 boolean_t is_encroot; in zfs_mount_at() local 425 &is_encroot, prop_encroot); in zfs_mount_at() 433 if (!is_encroot) { in zfs_mount_at() 443 if (!is_encroot) in zfs_mount_at()
|
H A D | libzfs_sendrecv.c | 3405 boolean_t is_encroot, is_clone, stream_encroot; in recv_fix_encryption_hierarchy() local 3427 (void) zfs_crypto_get_encryption_root(zhp, &is_encroot, NULL); in recv_fix_encryption_hierarchy() 3457 if (!is_clone && !is_encroot) { in recv_fix_encryption_hierarchy() 3499 if (!stream_encroot && is_encroot && in recv_fix_encryption_hierarchy()
|
H A D | libzfs.abi | 3776 <parameter type-id='37e3bd22' name='is_encroot'/>
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 8599 boolean_t is_encroot; in load_key_callback() local 8609 ret = zfs_crypto_get_encryption_root(zhp, &is_encroot, NULL); in load_key_callback() 8612 if (!is_encroot) in load_key_callback()
|