Home
last modified time | relevance | path

Searched refs:is_encroot (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c789 *is_encroot = B_FALSE; in zfs_crypto_get_encryption_root()
798 *is_encroot = B_FALSE; in zfs_crypto_get_encryption_root()
804 *is_encroot = strcmp(prop_encroot, zfs_get_name(zhp)) == 0; in zfs_crypto_get_encryption_root()
1017 boolean_t is_encroot; in load_keys_cb() local
1023 if (ret != 0 || !is_encroot) in load_keys_cb()
1128 } else if (!is_encroot) { in zfs_crypto_load_key()
1259 boolean_t is_encroot; in zfs_crypto_unload_key() local
1291 } else if (!is_encroot) { in zfs_crypto_unload_key()
1393 boolean_t is_encroot; in zfs_crypto_rewrap() local
1465 if (is_encroot) { in zfs_crypto_rewrap()
[all …]
H A Dlibzfs_sendrecv.c3096 boolean_t is_encroot, is_clone, stream_encroot; in recv_fix_encryption_hierarchy() local
3135 (void) zfs_crypto_get_encryption_root(zhp, &is_encroot, NULL); in recv_fix_encryption_hierarchy()
3149 if (!is_clone && !is_encroot) { in recv_fix_encryption_hierarchy()
3192 if (!stream_encroot && is_encroot && in recv_fix_encryption_hierarchy()
H A Dlibzfs.abi1225 …<parameter type-id='type-id-114' name='is_encroot' filepath='/home/fedora/zfs/lib/libzfs/libzfs_cr…
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8075 boolean_t is_encroot; in load_key_callback() local
8085 ret = zfs_crypto_get_encryption_root(zhp, &is_encroot, NULL); in load_key_callback()
8088 if (!is_encroot) in load_key_callback()