Home
last modified time | relevance | path

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

/spdk/module/bdev/gpt/
H A Dgpt.c49 static struct spdk_gpt_partition_entry *
62 return (struct spdk_gpt_partition_entry *) in gpt_get_partitions_buf()
70 return (struct spdk_gpt_partition_entry *) in gpt_get_partitions_buf()
94 if (partition_entry_size != sizeof(struct spdk_gpt_partition_entry)) { in gpt_read_partitions()
96 partition_entry_size, sizeof(struct spdk_gpt_partition_entry)); in gpt_read_partitions()
H A Dgpt.h52 struct spdk_gpt_partition_entry *partitions;
H A Dvbdev_gpt.c278 struct spdk_gpt_partition_entry *gpt_entry = &gpt->partitions[gpt_disk->partition_index]; in vbdev_gpt_dump_info_json()
323 struct spdk_gpt_partition_entry *p; in vbdev_gpt_create_bdevs()
/spdk/include/spdk/
H A Dgpt_spec.h102 struct spdk_gpt_partition_entry { struct
116 SPDK_STATIC_ASSERT(sizeof(struct spdk_gpt_partition_entry) == 128, "size incorrect"); argument