Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 57) sorted by relevance

123

/spdk/lib/util/
H A Duuid.c21 spdk_uuid_parse(struct spdk_uuid *uuid, const char *uuid_str) in spdk_uuid_parse()
27 spdk_uuid_fmt_lower(char *uuid_str, size_t uuid_str_size, const struct spdk_uuid *uuid) in spdk_uuid_fmt_lower()
44 spdk_uuid_generate(struct spdk_uuid *uuid) in spdk_uuid_generate()
56 spdk_uuid_is_null(const struct spdk_uuid *uuid) in spdk_uuid_is_null()
62 spdk_uuid_set_null(struct spdk_uuid *uuid) in spdk_uuid_set_null()
74 spdk_uuid_parse(struct spdk_uuid *uuid, const char *uuid_str) in spdk_uuid_parse()
93 spdk_uuid_fmt_lower(char *uuid_str, size_t uuid_str_size, const struct spdk_uuid *uuid) in spdk_uuid_fmt_lower()
121 spdk_uuid_generate(struct spdk_uuid *uuid) in spdk_uuid_generate()
133 spdk_uuid_is_null(const struct spdk_uuid *uuid) in spdk_uuid_is_null()
139 spdk_uuid_set_null(struct spdk_uuid *uuid) in spdk_uuid_set_null()
[all …]
/spdk/python/spdk/rpc/
H A Dlvol.py45 bdev_lvol_grow_lvstore(client, uuid=None, lvs_name=None) global() argument
62 bdev_lvol_create(client, lvol_name, size_in_mib, thin_provision=False, uuid=None, lvs_name=None, clear_method=None) global() argument
281 bdev_lvol_delete_lvstore(client, uuid=None, lvs_name=None) global() argument
301 bdev_lvol_get_lvstores(client, uuid=None, lvs_name=None) global() argument
[all...]
H A Dbdev.py251 bdev_malloc_create(client, num_blocks, block_size, physical_block_size=None, name=None, uuid=None, optimal_io_boundary=None, md_size=None, md_interleave=None, dif_type=None, dif_is_head_of_md=None) global() argument
300 bdev_null_create(client, num_blocks, block_size, name, physical_block_size=None, uuid=None, md_size=None, dif_type=None, dif_is_head_of_md=None) global() argument
377 bdev_raid_create(client, name, raid_level, base_bdevs, strip_size_kb=None, uuid=None, superblock=None) global() argument
484 bdev_uring_create(client, filename, name, block_size=None, uuid=None) global() argument
1081 bdev_rbd_create(client, pool_name, rbd_name, block_size, name=None, user_id=None, config=None, cluster_name=None, uuid=None) global() argument
1136 bdev_error_create(client, base_name, uuid=None) global() argument
1149 bdev_delay_create(client, base_bdev_name, name, avg_read_latency, p99_read_latency, avg_write_latency, p99_write_latency, uuid=None) global() argument
1247 bdev_passthru_create(client, base_bdev_name, name, uuid=None) global() argument
1655 bdev_daos_create(client, num_blocks, block_size, pool, cont, name, oclass=None, uuid=None) global() argument
[all...]
/spdk/python/spdk/sma/
H A Dcommon.py24 def volume_id_to_nguid(uuid): argument
/spdk/module/bdev/uring/
H A Dbdev_uring.h22 struct spdk_uuid uuid; member
H A Dbdev_uring_rpc.c17 struct spdk_uuid uuid; member
/spdk/lib/ftl/upgrade/
H A Dftl_sb_prev.h31 struct spdk_uuid uuid; member
72 struct spdk_uuid uuid; member
109 struct spdk_uuid uuid; member
/spdk/module/bdev/ftl/
H A Dbdev_ftl.h18 struct spdk_uuid uuid; member
/spdk/module/bdev/error/
H A Dvbdev_error.c24 struct spdk_uuid uuid; member
352 _vbdev_error_create(const char * base_bdev_name,const struct spdk_uuid * uuid) _vbdev_error_create() argument
411 vbdev_error_create(const char * base_bdev_name,const struct spdk_uuid * uuid) vbdev_error_create() argument
472 vbdev_error_config_add(const char * base_bdev_name,const struct spdk_uuid * uuid) vbdev_error_config_add() argument
[all...]
H A Dvbdev_error_rpc.c61 struct spdk_uuid uuid; member
/spdk/module/bdev/passthru/
H A Dvbdev_passthru.c51 struct spdk_uuid uuid; member
410 const struct spdk_uuid *uuid = spdk_bdev_get_uuid(&pt_node->pt_bdev); vbdev_passthru_config_json() local
459 vbdev_passthru_insert_name(const char * bdev_name,const char * vbdev_name,const struct spdk_uuid * uuid) vbdev_passthru_insert_name() argument
718 bdev_passthru_create_disk(const char * bdev_name,const char * vbdev_name,const struct spdk_uuid * uuid) bdev_passthru_create_disk() argument
[all...]
H A Dvbdev_passthru_rpc.c17 struct spdk_uuid uuid; member
/spdk/module/bdev/null/
H A Dbdev_null.h18 struct spdk_uuid uuid; member
H A Dbdev_null_rpc.c16 struct spdk_uuid uuid; global() member
/spdk/module/bdev/malloc/
H A Dbdev_malloc.h18 struct spdk_uuid uuid; member
/spdk/lib/vfu_tgt/
H A Dtgt_internal.h13 char uuid[PATH_MAX]; member
/spdk/module/bdev/delay/
H A Dvbdev_delay.c44 struct spdk_uuid uuid; member
508 struct spdk_uuid *uuid = &delay_node->delay_bdev.uuid; in _delay_write_conf_values() local
596 struct spdk_uuid *uuid, in vbdev_delay_insert_association() argument
879 create_delay_disk(const char * bdev_name,const char * vbdev_name,struct spdk_uuid * uuid,uint64_t avg_read_latency,uint64_t p99_read_latency,uint64_t avg_write_latency,uint64_t p99_write_latency) create_delay_disk() argument
[all...]
H A Dvbdev_delay_rpc.c87 struct spdk_uuid uuid; member
/spdk/lib/ftl/
H A Dftl_sb_current.h18 struct spdk_uuid uuid; member
H A Dftl_debug.c182 char uuid[SPDK_UUID_STRING_LEN]; in ftl_dev_dump_stats() local
/spdk/module/bdev/lvol/
H A Dvbdev_lvol_rpc.c41 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
218 char *uuid; global() member
282 char *uuid; global() member
998 struct spdk_uuid uuid; rpc_bdev_lvol_delete() local
1053 char *uuid; global() member
1252 char *uuid; global() member
[all...]
/spdk/module/bdev/daos/
H A Dbdev_daos_rpc.c16 struct spdk_uuid uuid; member
/spdk/python/spdk/spdkcli/
H A Dui_node.py96 delete(self, name, uuid) global() argument
115 ui_command_delete(self, name=None, uuid=None) global() argument
176 ui_command_create(self, size, block_size, name=None, uuid=None) global() argument
333 ui_command_create(self, name, size, block_size, uuid=None) global() argument
850 ui_command_create(self, filename, name, block_size, uuid=None) global() argument
[all...]
/spdk/include/spdk_internal/
H A Dlvolstore.h93 struct spdk_uuid uuid; member
115 struct spdk_uuid uuid; member
/spdk/module/bdev/raid/
H A Dbdev_raid.h67 struct spdk_uuid uuid; member
478 struct spdk_uuid uuid; global() member
510 struct spdk_uuid uuid; global() member

123