/spdk/lib/lvol/ |
H A D | lvol.c | 44 add_lvs_to_list(struct spdk_lvol_store *lvs) in add_lvs_to_list() argument 68 struct spdk_lvol_store *lvs; in lvs_alloc() local 87 lvs_free(struct spdk_lvol_store * lvs) lvs_free() argument 101 lvol_alloc(struct spdk_lvol_store * lvs,const char * name,bool thin_provision,enum lvol_clear_method clear_method) lvol_alloc() argument 203 struct spdk_lvol_store *lvs = req->lvol_store; load_next_lvol() local 295 struct spdk_lvol_store *lvs = req->lvol_store; close_super_cb() local 314 struct spdk_lvol_store *lvs = req->lvol_store; close_super_blob_with_error_cb() local 326 struct spdk_lvol_store *lvs = req->lvol_store; lvs_read_uuid() local 382 struct spdk_lvol_store *lvs = req->lvol_store; lvs_open_super() local 400 struct spdk_lvol_store *lvs = req->lvol_store; lvs_load_cb() local 496 exit_error_lvs_req(struct spdk_lvs_with_handle_req * req,struct spdk_lvol_store * lvs,int lvolerrno) exit_error_lvs_req() argument 508 struct spdk_lvol_store *lvs = req->lvol_store; super_create_close_cb() local 524 struct spdk_lvol_store *lvs = req->lvol_store; super_blob_set_cb() local 540 struct spdk_lvol_store *lvs = req->lvol_store; super_blob_init_cb() local 561 struct spdk_lvol_store *lvs = req->lvol_store; super_blob_create_open_cb() local 579 struct spdk_lvol_store *lvs = req->lvol_store; super_blob_create_cb() local 597 struct spdk_lvol_store *lvs = lvs_req->lvol_store; lvs_init_cb() local 681 struct spdk_lvol_store *lvs; spdk_lvs_init() local 824 spdk_lvs_rename(struct spdk_lvol_store * lvs,const char * new_name,spdk_lvs_op_complete cb_fn,void * cb_arg) spdk_lvs_rename() argument 875 spdk_lvs_unload(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) spdk_lvs_unload() argument 935 struct spdk_lvol_store *lvs = lvs_req->lvs; _lvs_destroy_super_cb() local 945 spdk_lvs_destroy(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) spdk_lvs_destroy() argument 1146 lvs_verify_lvol_name(struct spdk_lvol_store * lvs,const char * name) lvs_verify_lvol_name() argument 1178 spdk_lvol_create(struct spdk_lvol_store * lvs,const char * name,uint64_t sz,bool thin_provision,enum lvol_clear_method clear_method,spdk_lvol_op_with_handle_complete cb_fn,void * cb_arg) spdk_lvol_create() argument 1233 spdk_lvol_create_esnap_clone(const void * esnap_id,uint32_t id_len,uint64_t size_bytes,struct spdk_lvol_store * lvs,const char * clone_name,spdk_lvol_op_with_handle_complete cb_fn,void * cb_arg) spdk_lvol_create_esnap_clone() argument 1300 struct spdk_lvol_store *lvs; spdk_lvol_create_snapshot() local 1363 struct spdk_lvol_store *lvs; spdk_lvol_create_clone() local 1446 struct spdk_lvol_store *lvs = lvol->lvol_store; spdk_lvol_resize() local 1556 struct spdk_lvol_store *lvs; spdk_lvol_destroy() local 1750 spdk_lvs_grow_live(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) spdk_lvs_grow_live() argument 1809 lvs_get_lvol_by_blob_id(struct spdk_lvol_store * lvs,spdk_blob_id blob_id) lvs_get_lvol_by_blob_id() argument 1826 struct spdk_lvol_store *lvs = bs_ctx; lvs_esnap_bs_dev_create() local 1928 spdk_lvs_esnap_missing_add(struct spdk_lvol_store * lvs,struct spdk_lvol * lvol,const void * esnap_id,uint32_t id_len) spdk_lvs_esnap_missing_add() argument 1970 struct spdk_lvol_store *lvs = lvol->lvol_store; spdk_lvs_esnap_missing_remove() local 2002 struct spdk_lvol_store *lvs = lvol->lvol_store; lvs_esnap_hotplug_done() local 2016 struct spdk_lvol_store *lvs = degraded_set->lvol_store; lvs_esnap_degraded_hotplug() local 2103 struct spdk_lvol_store *lvs; spdk_lvs_notify_hotplug() local 2142 struct spdk_lvol_store *lvs = lvol->lvol_store; spdk_lvol_iter_immediate_clones() local 2193 struct spdk_lvol_store *lvs; spdk_lvol_get_by_uuid() local 2214 struct spdk_lvol_store *lvs; spdk_lvol_get_by_names() local [all...] |
/spdk/test/unit/lib/bdev/vbdev_lvol.c/ |
H A D | vbdev_lvol_ut.c | 213 spdk_lvs_rename(struct spdk_lvol_store *lvs, const char *new_name, in spdk_lvs_rename() argument 342 struct spdk_lvol_store *lvs, const char *clone_name, in spdk_lvol_create_esnap_clone() argument 358 struct spdk_lvol_store *lvs = NULL; in lvs_load() local 469 struct spdk_lvol_store *lvs; spdk_lvs_init() local 496 spdk_lvs_unload(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) spdk_lvs_unload() argument 518 spdk_lvs_destroy(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) spdk_lvs_destroy() argument 825 _lvol_create(struct spdk_lvol_store * lvs) _lvol_create() argument 841 spdk_lvol_create(struct spdk_lvol_store * lvs,const char * name,size_t sz,bool thin_provision,enum lvol_clear_method clear_method,spdk_lvol_op_with_handle_complete cb_fn,void * cb_arg) spdk_lvol_create() argument 924 lvol_store_op_with_handle_complete(void * cb_arg,struct spdk_lvol_store * lvs,int lvserrno) lvol_store_op_with_handle_complete() argument 983 struct spdk_lvol_store *lvs; ut_lvs_destroy() local 1024 struct spdk_lvol_store *lvs; ut_lvol_init() local 1062 struct spdk_lvol_store *lvs; ut_lvol_snapshot() local 1112 struct spdk_lvol_store *lvs; ut_lvol_clone() local 1324 struct spdk_lvol_store *lvs; ut_lvol_rename() local 1391 struct spdk_lvol_store *lvs; ut_bdev_finish() local 1468 struct spdk_lvol_store *lvs; ut_lvol_resize() local 1518 struct spdk_lvol_store *lvs; ut_lvol_set_read_only() local 1563 struct spdk_lvol_store *lvs; ut_lvs_unload() local 1599 struct spdk_lvol_store *lvs; ut_lvs_init() local 1781 struct spdk_lvol_store *lvs; ut_lvs_rename() local 1869 struct spdk_lvol_store lvs = { 0 }; ut_esnap_dev_create() local 1938 struct spdk_lvol_store *lvs; ut_lvol_esnap_clone_bad_args() local 1991 struct spdk_lvol_store *lvs; ut_lvol_shallow_copy() local 2044 struct spdk_lvol_store lvs = { 0 }; ut_lvol_set_external_parent() local [all...] |
/spdk/module/bdev/lvol/ |
H A D | vbdev_lvol.c | 48 struct spdk_lvol_store *lvs = NULL; in vbdev_get_lvs_bdev_by_lvs() local 171 _vbdev_lvs_create_cb(void * cb_arg,struct spdk_lvol_store * lvs,int lvserrno) _vbdev_lvs_create_cb() argument 304 vbdev_lvs_rename(struct spdk_lvol_store * lvs,const char * new_lvs_name,spdk_lvs_op_complete cb_fn,void * cb_arg) vbdev_lvs_rename() argument 354 struct spdk_lvol_store *lvs = lvs_bdev->lvs; _vbdev_lvs_remove_lvol_cb() local 381 _vbdev_lvs_are_lvols_closed(struct spdk_lvol_store * lvs) _vbdev_lvs_are_lvols_closed() argument 397 struct spdk_lvol_store *lvs = lvs_bdev->lvs; _vbdev_lvs_remove_bdev_unregistered_cb() local 410 _vbdev_lvs_remove(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg,bool destroy) _vbdev_lvs_remove() argument 463 vbdev_lvs_unload(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) vbdev_lvs_unload() argument 469 vbdev_lvs_destruct(struct spdk_lvol_store * lvs,spdk_lvs_op_complete cb_fn,void * cb_arg) vbdev_lvs_destruct() argument 508 struct spdk_lvol_store *lvs = NULL; _vbdev_get_lvol_store_by_uuid() local 536 struct spdk_lvol_store *lvs = NULL; vbdev_get_lvol_store_by_name() local 686 struct spdk_lvol_store *lvs; vbdev_lvol_find_name() local 993 struct spdk_lvol_store *lvs; vbdev_lvol_get_memory_domains() local 1203 vbdev_lvol_create(struct spdk_lvol_store * lvs,const char * name,uint64_t sz,bool thin_provision,enum lvol_clear_method clear_method,spdk_lvol_op_with_handle_complete cb_fn,void * cb_arg) vbdev_lvol_create() argument 1269 vbdev_lvol_create_bdev_clone(const char * esnap_name,struct spdk_lvol_store * lvs,const char * clone_name,spdk_lvol_op_with_handle_complete cb_fn,void * cb_arg) vbdev_lvol_create_bdev_clone() argument 1482 struct spdk_lvol_store *lvs; vbdev_lvs_fini_start_iter() local 1528 struct spdk_lvol_store *lvs = req->lvol_store; _vbdev_lvs_examine_finish() local 1871 struct spdk_lvol_store *lvs = bs_ctx; vbdev_lvol_esnap_dev_create() local [all...] |
H A D | vbdev_lvol_rpc.c | 42 vbdev_get_lvol_store_by_uuid_xor_name(const char * uuid,const char * lvs_name,struct spdk_lvol_store ** lvs) vbdev_get_lvol_store_by_uuid_xor_name() argument 192 struct spdk_lvol_store *lvs; rpc_bdev_lvol_rename_lvstore() local 256 struct spdk_lvol_store *lvs = NULL; rpc_bdev_lvol_delete_lvstore() local 335 struct spdk_lvol_store *lvs = NULL; rpc_bdev_lvol_create() local 573 struct spdk_lvol_store *lvs = NULL; rpc_bdev_lvol_clone_bdev() local 1098 struct spdk_lvol_store *lvs = NULL; rpc_bdev_lvol_get_lvstores() local 1166 struct spdk_lvol_store *lvs = lvol->lvol_store; rpc_dump_lvol() local 1190 struct spdk_lvol_store *lvs = lvs_bdev->lvs; rpc_dump_lvols() local 1204 struct spdk_lvol_store *lvs = NULL; rpc_bdev_lvol_get_lvols() local 1290 struct spdk_lvol_store *lvs = NULL; rpc_bdev_lvol_grow_lvstore() local [all...] |
H A D | vbdev_lvol.h | 17 struct spdk_lvol_store *lvs; member [all...] |
/spdk/test/lvol/esnap/ |
H A D | esnap.c | 78 struct spdk_lvol_store *lvs; member 103 lvs_op_with_handle_cb(void *cb_arg, struct spdk_lvol_store *lvs, int lvserrno) in lvs_op_with_handle_cb() argument 227 struct spdk_lvol_store *lvs = NULL; in esnap_clone_io() local 368 struct spdk_lvol_store *lvs; in esnap_hotplug() local 467 struct spdk_lvol_store *lvs; esnap_remove_degraded() local 679 struct spdk_lvol_store *lvs = NULL; late_delete() local [all...] |
/spdk/test/unit/lib/lvol/lvol.c/ |
H A D | lvol_ut.c | 1035 struct spdk_lvol_store *lvs; lvol_close() local 1871 struct spdk_lvol_store *lvs; lvol_names() local 1975 struct spdk_lvol_store *lvs; lvol_rename() local 2047 struct spdk_lvol_store *lvs, *lvs2; lvs_rename() local 2600 struct spdk_lvol_store *lvs; lvol_esnap_load_esnaps() local 2669 ut_create_degraded(struct spdk_lvol_store * lvs,struct spdk_lvol * lvol,struct spdk_blob * blob,const char * name,struct spdk_bs_dev ** bs_dev) ut_create_degraded() argument 2692 struct spdk_lvol_store *lvs; lvol_esnap_missing() local 2858 missing_get_lvol_count(struct spdk_lvol_store * lvs,char * esnap_id) missing_get_lvol_count() argument 2893 struct spdk_lvol_store *lvs = bs_ctx; ut_esnap_hotplug_dev_create() local 2961 struct spdk_lvol_store *lvs; lvol_esnap_hotplug_scenario() local [all...] |
/spdk/include/spdk_internal/ |
H A D | lvolstore.h | 69 struct spdk_lvol_store *lvs; member
|
/spdk/python/spdk/spdkcli/ |
H A D | ui_node.py | 248 ui_command_create(self, name, size, lvs, thin_provision=None) global() argument 595 __init__(self, lvs, parent) global() argument [all...] |