Searched refs:is_encroot (Results 1 – 4 of 4) sorted by relevance
789 *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() local1023 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() local1291 } else if (!is_encroot) { in zfs_crypto_unload_key()1393 boolean_t is_encroot; in zfs_crypto_rewrap() local1465 if (is_encroot) { in zfs_crypto_rewrap()[all …]
3096 boolean_t is_encroot, is_clone, stream_encroot; in recv_fix_encryption_hierarchy() local3135 (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()
1225 …<parameter type-id='type-id-114' name='is_encroot' filepath='/home/fedora/zfs/lib/libzfs/libzfs_cr…
8075 boolean_t is_encroot; in load_key_callback() local8085 ret = zfs_crypto_get_encryption_root(zhp, &is_encroot, NULL); in load_key_callback()8088 if (!is_encroot) in load_key_callback()