Lines Matching refs:spdk_json_decode_string
22 {"name", offsetof(struct rpc_delete_vfu_endpoint, name), spdk_json_decode_string }
73 {"name", offsetof(struct rpc_vfu_virtio_create_blk, name), spdk_json_decode_string },
74 {"bdev_name", offsetof(struct rpc_vfu_virtio_create_blk, bdev_name), spdk_json_decode_string },
75 {"cpumask", offsetof(struct rpc_vfu_virtio_create_blk, cpumask), spdk_json_decode_string, true},
136 {"name", offsetof(struct rpc_vfu_virtio_scsi, name), spdk_json_decode_string },
138 {"bdev_name", offsetof(struct rpc_vfu_virtio_scsi, bdev_name), spdk_json_decode_string },
186 {"name", offsetof(struct rpc_vfu_virtio_scsi_remove, name), spdk_json_decode_string },
237 {"name", offsetof(struct rpc_vfu_virtio_create_scsi, name), spdk_json_decode_string },
238 {"cpumask", offsetof(struct rpc_vfu_virtio_create_scsi, cpumask), spdk_json_decode_string, true},
303 {"name", offsetof(struct rpc_vfu_virtio_create_fs, name), spdk_json_decode_string },
304 {"fsdev_name", offsetof(struct rpc_vfu_virtio_create_fs, fsdev_name), spdk_json_decode_string },
305 {"tag", offsetof(struct rpc_vfu_virtio_create_fs, tag), spdk_json_decode_string },
306 {"cpumask", offsetof(struct rpc_vfu_virtio_create_fs, cpumask), spdk_json_decode_string, true},