Lines Matching defs:opts
150 ut_spdk_blob_opts_init(struct spdk_blob_opts *opts)
152 spdk_blob_opts_init(opts, sizeof(*opts));
153 opts->use_extent_table = g_use_extent_table;
214 ut_bs_reload(struct spdk_blob_store **bs, struct spdk_bs_opts *opts)
225 spdk_bs_load(dev, opts, bs_op_with_handle_complete, NULL);
235 ut_bs_dirty_load(struct spdk_blob_store **bs, struct spdk_bs_opts *opts)
244 spdk_bs_load(dev, opts, bs_op_with_handle_complete, NULL);
398 struct spdk_blob_opts opts;
403 ut_spdk_blob_opts_init(&opts);
404 opts.num_clusters = 10;
406 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
426 ut_spdk_blob_opts_init(&opts);
427 opts.num_clusters = 0;
429 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
447 /* Create blob with default options (opts == NULL) */
469 ut_spdk_blob_opts_init(&opts);
470 opts.num_clusters = bs->total_clusters + 1;
472 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
484 /* Create blob with default options (opts == NULL) */
537 struct spdk_blob_opts opts;
544 ut_spdk_blob_opts_init(&opts);
545 opts.num_clusters = 1;
548 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
562 struct spdk_blob_opts opts;
568 ut_spdk_blob_opts_init(&opts);
569 opts.xattrs.names = g_xattr_names;
570 opts.xattrs.get_value = NULL;
571 opts.xattrs.count = 1;
572 opts.xattrs.ctx = &g_ctx;
575 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
602 struct spdk_blob_opts opts;
611 ut_spdk_blob_opts_init(&opts);
618 bs_create_blob(bs, &opts, &internal_xattrs, blob_op_with_id_complete, NULL);
689 struct spdk_blob_opts opts;
707 ut_spdk_blob_opts_init(&opts);
708 opts.thin_provision = true;
709 opts.num_clusters = 10;
711 blob = ut_blob_create_and_open(bs, &opts);
758 struct spdk_blob_opts opts;
770 ut_spdk_blob_opts_init(&opts);
771 opts.num_clusters = 10;
773 blob = ut_blob_create_and_open(bs, &opts);
894 struct spdk_blob_opts opts;
910 ut_spdk_blob_opts_init(&opts);
911 opts.num_clusters = 10;
912 opts.thin_provision = false;
914 blob = ut_blob_create_and_open(bs, &opts);
964 struct spdk_blob_opts opts;
974 ut_spdk_blob_opts_init(&opts);
975 opts.num_clusters = 10;
977 blob = ut_blob_create_and_open(bs, &opts);
1082 struct spdk_blob_opts opts;
1093 ut_spdk_blob_opts_init(&opts);
1094 opts.num_clusters = 10;
1095 opts.thin_provision = true;
1097 blob = ut_blob_create_and_open(bs, &opts);
1270 struct spdk_blob_opts opts;
1283 ut_spdk_blob_opts_init(&opts);
1284 opts.thin_provision = true;
1285 opts.num_clusters = 0;
1287 blob = ut_blob_create_and_open(bs, &opts);
1353 struct spdk_bs_opts opts;
1358 spdk_bs_opts_init(&opts, sizeof(opts));
1359 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
1361 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
1401 ut_bs_reload(&bs, &opts);
1786 struct spdk_blob_opts opts;
1825 ut_spdk_blob_opts_init(&opts);
1826 opts.thin_provision = false;
1827 opts.num_clusters = 5;
1829 blob = ut_blob_create_and_open(bs, &opts);
1927 struct spdk_blob_opts opts;
1974 ut_spdk_blob_opts_init(&opts);
1975 opts.thin_provision = false;
1976 opts.num_clusters = 5;
1978 blob = ut_blob_create_and_open(bs, &opts);
2090 struct spdk_blob_opts opts;
2098 ut_spdk_blob_opts_init(&opts);
2099 opts.num_clusters = 10;
2101 blob = ut_blob_create_and_open(bs, &opts);
2356 struct spdk_bs_opts opts;
2360 spdk_bs_opts_init(&opts, sizeof(opts));
2361 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2364 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
2426 spdk_bs_opts_init(&opts, sizeof(opts));
2427 opts.max_md_ops = 0;
2428 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2434 spdk_bs_opts_init(&opts, sizeof(opts));
2435 opts.max_channel_ops = 0;
2436 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2442 spdk_bs_opts_init(&opts, sizeof(opts));
2443 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2444 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2493 spdk_bs_opts_init(&opts, sizeof(opts));
2494 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2495 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2504 spdk_bs_opts_init(&opts, sizeof(opts));
2505 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2506 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2523 spdk_bs_opts_init(&opts, sizeof(opts));
2524 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2525 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2554 struct spdk_blob_opts opts;
2562 ut_spdk_blob_opts_init(&opts);
2563 opts.num_clusters = 10;
2565 blob = ut_blob_create_and_open(bs, &opts);
2651 struct spdk_bs_opts opts;
2657 spdk_bs_opts_init(&opts, sizeof(opts));
2658 opts.cluster_sz = custom_cluster_size;
2659 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2662 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
2683 spdk_bs_opts_init(&opts, sizeof(opts));
2684 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2685 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2711 struct spdk_bs_opts opts;
2719 spdk_bs_opts_init(&opts, sizeof(opts));
2720 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2726 opts.num_md_pages = 128;
2729 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
2791 spdk_bs_opts_init(&opts, sizeof(opts));
2792 opts.clear_method = BS_CLEAR_WITH_NONE;
2793 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2794 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2837 struct spdk_bs_opts opts;
2841 spdk_bs_opts_init(&opts, sizeof(opts));
2842 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2845 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
2861 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2870 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2883 struct spdk_bs_opts opts;
2886 spdk_bs_opts_init(&opts, sizeof(opts));
2887 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2890 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
2906 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "NONEXISTING");
2907 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2913 memset(opts.bstype.bstype, 0, sizeof(opts.bstype.bstype));
2914 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2927 memset(opts.bstype.bstype, 0, sizeof(opts.bstype.bstype));
2941 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "NONEXISTING");
2942 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2948 memset(opts.bstype.bstype, 0, sizeof(opts.bstype.bstype));
2949 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
2967 struct spdk_bs_opts opts;
2971 spdk_bs_opts_init(&opts, sizeof(opts));
2972 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
2975 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
2994 memset(opts.bstype.bstype, 0, sizeof(opts.bstype.bstype));
2995 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
3017 memset(opts.bstype.bstype, 0, sizeof(opts.bstype.bstype));
3018 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
3036 struct spdk_bs_opts opts;
3039 spdk_bs_opts_init(&opts, sizeof(opts));
3040 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
3064 memset(opts.bstype.bstype, 0, sizeof(opts.bstype.bstype));
3065 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
3085 struct spdk_bs_opts opts;
3096 spdk_bs_opts_init(&opts, sizeof(opts));
3097 opts.clear_method = BS_CLEAR_WITH_NONE;
3098 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3184 struct spdk_bs_opts opts;
3196 spdk_bs_opts_init(&opts, sizeof(opts));
3197 opts.clear_method = BS_CLEAR_WITH_NONE;
3198 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3274 struct spdk_bs_opts opts;
3280 spdk_bs_opts_init(&opts, sizeof(opts));
3281 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3317 spdk_bs_opts_init(&opts, sizeof(opts));
3318 opts.clear_method = BS_CLEAR_WITH_NONE;
3319 spdk_bs_grow(dev, &opts, bs_op_with_handle_complete, NULL);
3399 struct spdk_bs_opts opts;
3404 spdk_bs_opts_init(&opts, sizeof(opts));
3405 opts.cluster_sz = 0;
3408 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3418 spdk_bs_opts_init(&opts, sizeof(opts));
3419 opts.cluster_sz = g_phys_blocklen;
3422 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3432 spdk_bs_opts_init(&opts, sizeof(opts));
3433 opts.cluster_sz = g_phys_blocklen - 1;
3436 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3443 spdk_bs_opts_init(&opts, sizeof(opts));
3444 opts.cluster_sz *= 2;
3445 cluster_sz = opts.cluster_sz;
3448 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3456 ut_bs_reload(&bs, &opts);
3522 struct spdk_bs_opts opts;
3531 spdk_bs_opts_init(&opts, sizeof(opts));
3532 opts.cluster_sz = CLUSTER_PAGE_COUNT * g_phys_blocklen;
3533 cluster_sz = opts.cluster_sz;
3536 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3556 ut_bs_reload(&bs, &opts);
3627 struct spdk_bs_opts opts;
3638 spdk_bs_opts_init(&opts, sizeof(opts));
3639 opts.cluster_sz = dev->blocklen * 8;
3640 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
3685 ut_bs_reload(&bs, &opts);
4256 struct spdk_blob_opts opts;
4264 ut_spdk_blob_opts_init(&opts);
4266 opts.xattrs.names = g_xattr_names;
4267 opts.xattrs.get_value = _get_xattr_value;
4268 opts.xattrs.count = 3;
4269 opts.xattrs.ctx = &g_ctx;
4271 blob = ut_blob_create_and_open(bs, &opts);
4316 ut_spdk_blob_opts_init(&opts);
4317 opts.xattrs.names = g_xattr_names;
4318 opts.xattrs.get_value = NULL;
4319 opts.xattrs.count = 1;
4320 opts.xattrs.ctx = &g_ctx;
4322 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
4328 ut_spdk_blob_opts_init(&opts);
4329 opts.xattrs.names = g_xattr_names;
4330 opts.xattrs.get_value = _get_xattr_value_null;
4331 opts.xattrs.count = 1;
4332 opts.xattrs.ctx = NULL;
4334 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
4344 struct spdk_blob_opts opts;
4351 ut_spdk_blob_opts_init(&opts);
4352 opts.thin_provision = true;
4354 blob = ut_blob_create_and_open(bs, &opts);
4435 struct spdk_blob_opts opts;
4455 ut_spdk_blob_opts_init(&opts);
4456 opts.thin_provision = true;
4457 opts.num_clusters = 4;
4459 blob = ut_blob_create_and_open(bs, &opts);
4505 struct spdk_blob_opts opts;
4520 ut_spdk_blob_opts_init(&opts);
4521 opts.thin_provision = true;
4525 blob_id0 = ut_blob_create_and_open(bs, &opts);
4526 blob = ut_blob_create_and_open(bs, &opts);
4611 struct spdk_blob_opts opts;
4646 ut_spdk_blob_opts_init(&opts);
4647 opts.thin_provision = true;
4649 blob = ut_blob_create_and_open(bs, &opts);
4766 struct spdk_blob_opts opts;
4797 ut_spdk_blob_opts_init(&opts);
4798 opts.thin_provision = true;
4800 blob = ut_blob_create_and_open(bs, &opts);
5011 struct spdk_blob_opts opts;
5028 ut_spdk_blob_opts_init(&opts);
5029 opts.thin_provision = true;
5030 opts.num_clusters = 5;
5032 blob = ut_blob_create_and_open(bs, &opts);
5110 struct spdk_blob_opts opts;
5122 ut_spdk_blob_opts_init(&opts);
5123 opts.thin_provision = true;
5125 blob = ut_blob_create_and_open(bs, &opts);
5211 struct spdk_bs_opts opts;
5214 spdk_bs_opts_init(&opts, sizeof(opts));
5215 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
5218 spdk_bs_init(dev, &opts, bs_op_with_handle_complete, NULL);
5248 spdk_bs_opts_init(&opts, sizeof(opts));
5249 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
5250 opts.iter_cb_fn = test_iter;
5251 opts.iter_cb_arg = &iter_ctx;
5254 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
5264 spdk_bs_opts_init(&opts, sizeof(opts));
5265 snprintf(opts.bstype.bstype, sizeof(opts.bstype.bstype), "TESTTYPE");
5266 opts.iter_cb_fn = test_iter;
5268 opts.iter_cb_arg = &iter_ctx;
5271 spdk_bs_load(dev, &opts, bs_op_with_handle_complete, NULL);
5290 struct spdk_blob_opts opts;
5312 ut_spdk_blob_opts_init(&opts);
5313 opts.thin_provision = true;
5314 opts.num_clusters = 5;
5316 blob = ut_blob_create_and_open(bs, &opts);
5408 struct spdk_blob_opts opts;
5421 ut_spdk_blob_opts_init(&opts);
5422 opts.thin_provision = true;
5423 opts.num_clusters = 5;
5425 blob = ut_blob_create_and_open(bs, &opts);
5531 struct spdk_blob_opts opts;
5568 ut_spdk_blob_opts_init(&opts);
5569 opts.thin_provision = true;
5570 opts.num_clusters = 5;
5572 blob = ut_blob_create_and_open(bs, &opts);
5824 struct spdk_blob_opts opts;
5843 ut_spdk_blob_opts_init(&opts);
5844 opts.num_clusters = 10;
5846 blob = ut_blob_create_and_open(bs, &opts);
6149 struct spdk_blob_opts opts;
6169 ut_spdk_blob_opts_init(&opts);
6170 opts.num_clusters = 10;
6172 blob = ut_blob_create_and_open(bs, &opts);
6533 struct spdk_blob_opts opts;
6551 ut_spdk_blob_opts_init(&opts);
6552 opts.num_clusters = 10;
6554 blob = ut_blob_create_and_open(bs, &opts);
6686 struct spdk_blob_opts opts;
6712 ut_spdk_blob_opts_init(&opts);
6713 opts.num_clusters = 10;
6715 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
6800 struct spdk_blob_opts opts;
6826 ut_spdk_blob_opts_init(&opts);
6827 opts.num_clusters = 10;
6829 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
7533 struct spdk_blob_opts opts;
7562 ut_spdk_blob_opts_init(&opts);
7563 opts.thin_provision = false;
7564 opts.num_clusters = 32;
7566 blob = ut_blob_create_and_open(bs, &opts);
7590 ut_spdk_blob_opts_init(&opts);
7591 opts.thin_provision = true;
7592 opts.num_clusters = 32;
7594 blob = ut_blob_create_and_open(bs, &opts);
7785 struct spdk_blob_opts opts;
7794 ut_spdk_blob_opts_init(&opts);
7795 opts.num_clusters = 10;
7797 blob = ut_blob_create_and_open(bs, &opts);
7897 struct spdk_blob_opts opts;
7911 ut_spdk_blob_opts_init(&opts);
7912 opts.num_clusters = 10;
7914 blob = ut_blob_create_and_open(bs, &opts);
8002 struct spdk_blob_opts opts;
8012 ut_spdk_blob_opts_init(&opts);
8013 opts.num_clusters = 10;
8014 opts.thin_provision = false;
8016 blob = ut_blob_create_and_open(bs, &opts);
8084 struct spdk_blob_opts opts;
8096 ut_spdk_blob_opts_init(&opts);
8097 opts.thin_provision = true;
8100 blob = ut_blob_create_and_open(bs, &opts);
8160 struct spdk_blob_opts opts;
8175 ut_spdk_blob_opts_init(&opts);
8176 blob = ut_blob_create_and_open(bs, &opts);
8181 ut_spdk_blob_opts_init(&opts);
8183 opts.esnap_id = &esnap_opts;
8184 opts.esnap_id_len = sizeof(esnap_opts);
8185 opts.num_clusters = esnap_num_clusters;
8186 blob = ut_blob_create_and_open(bs, &opts);
8196 ut_spdk_blob_opts_init(&opts);
8198 opts.esnap_id = &esnap_opts;
8199 opts.esnap_id_len = sizeof(esnap_opts);
8200 blob = ut_blob_create_and_open(bs, &opts);
8293 struct spdk_blob_opts opts;
8306 ut_spdk_blob_opts_init(&opts);
8308 opts.esnap_id = &esnap_opts;
8309 opts.esnap_id_len = sizeof(esnap_opts);
8310 opts.num_clusters = esnap_num_clusters;
8311 eclone1 = ut_blob_create_and_open(bs, &opts);
8477 struct spdk_blob_opts opts;
8509 ut_spdk_blob_opts_init(&opts);
8511 opts.esnap_id = &esnap_opts;
8512 opts.esnap_id_len = sizeof(esnap_opts);
8513 opts.num_clusters = esnap_num_clusters;
8514 blob = ut_blob_create_and_open(bs, &opts);
8668 struct spdk_blob_opts opts;
8685 ut_spdk_blob_opts_init(&opts);
8686 opts.esnap_id = &ut_esnap_opts;
8687 opts.esnap_id_len = sizeof(ut_esnap_opts);
8688 opts.num_clusters = 10;
8689 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
8781 struct spdk_blob_opts opts;
8793 ut_spdk_blob_opts_init(&opts);
8794 blob = ut_blob_create_and_open(bs, &opts);
8854 struct spdk_blob_opts opts;
8877 ut_spdk_blob_opts_init(&opts);
8878 opts.num_clusters = free_clusters;
8880 blob = ut_blob_create_and_open(bs, &opts);
8940 struct spdk_blob_opts opts;
8948 ut_spdk_blob_opts_init(&opts);
8949 opts.esnap_id = &esnap_opts;
8950 opts.esnap_id_len = sizeof(esnap_opts);
8951 opts.num_clusters = 10;
8952 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
9052 struct spdk_blob_opts opts;
9069 ut_spdk_blob_opts_init(&opts);
9071 opts.esnap_id = &esnap_opts;
9072 opts.esnap_id_len = sizeof(esnap_opts);
9073 opts.num_clusters = esnap_num_clusters;
9074 spdk_bs_create_blob_ext(bs, &opts, blob_op_with_id_complete, NULL);
9130 struct spdk_blob_opts opts;
9144 ut_spdk_blob_opts_init(&opts);
9146 opts.esnap_id = &esnap1_opts;
9147 opts.esnap_id_len = sizeof(esnap1_opts);
9148 opts.num_clusters = esnap_num_clusters;
9149 blob = ut_blob_create_and_open(bs, &opts);
9287 struct spdk_blob_opts opts;
9302 ut_spdk_blob_opts_init(&opts);
9303 opts.num_clusters = 10;
9305 blob = ut_blob_create_and_open(bs, &opts);
9426 struct spdk_blob_opts opts;
9456 ut_spdk_blob_opts_init(&opts);
9458 opts.esnap_id = &esnap_opts;
9459 opts.esnap_id_len = sizeof(esnap_opts);
9460 opts.num_clusters = esnap_num_clusters;
9461 blob = ut_blob_create_and_open(bs, &opts);
9707 struct spdk_blob_opts opts;
9723 ut_spdk_blob_opts_init(&opts);
9724 blob1 = ut_blob_create_and_open(bs, &opts);
9754 ut_spdk_blob_opts_init(&opts);
9756 opts.esnap_id = &esnap_opts;
9757 opts.esnap_id_len = sizeof(esnap_opts);
9758 opts.num_clusters = esnap_num_clusters;
9759 blob2 = ut_blob_create_and_open(bs, &opts);
9787 ut_spdk_blob_opts_init(&opts);
9788 opts.num_clusters = esnap_num_clusters;
9789 opts.thin_provision = true;
9790 blob3 = ut_blob_create_and_open(bs, &opts);
9813 ut_spdk_blob_opts_init(&opts);
9814 opts.thin_provision = false;
9815 blob4 = ut_blob_create_and_open(bs, &opts);
9825 ut_spdk_blob_opts_init(&opts);
9826 opts.thin_provision = true;
9827 blob5 = ut_blob_create_and_open(bs, &opts);
9864 struct spdk_blob_opts opts;
9884 ut_spdk_blob_opts_init(&opts);
9886 opts.esnap_id = &esnap_opts;
9887 opts.esnap_id_len = sizeof(esnap_opts);
9888 opts.num_clusters = esnap_num_clusters;
9889 blob1 = ut_blob_create_and_open(bs, &opts);
9901 spdk_bs_blob_set_external_parent(bs, blobid1, esnap_dev1, opts.esnap_id, opts.esnap_id_len,
9908 spdk_bs_blob_set_external_parent(bs, blobid1, esnap_dev1, opts.esnap_id, opts.esnap_id_len,
9914 ut_spdk_blob_opts_init(&opts);
9915 blob2 = ut_blob_create_and_open(bs, &opts);
9942 ut_spdk_blob_opts_init(&opts);
9943 opts.thin_provision = false;
9944 blob3 = ut_blob_create_and_open(bs, &opts);
9955 ut_spdk_blob_opts_init(&opts);
9956 opts.thin_provision = true;
9957 blob4 = ut_blob_create_and_open(bs, &opts);