Searched refs:rpc_blobfs_create (Results 1 – 1 of 1) sorted by relevance
/spdk/module/blobfs/bdev/ |
H A D | blobfs_bdev_rpc.c | 137 struct rpc_blobfs_create { struct 145 free_rpc_blobfs_create(struct rpc_blobfs_create *req) in free_rpc_blobfs_create() argument 178 {"bdev_name", offsetof(struct rpc_blobfs_create, bdev_name), spdk_json_decode_string}, 179 {"cluster_sz", offsetof(struct rpc_blobfs_create, cluster_sz), rpc_decode_cluster_sz, true}, 185 struct rpc_blobfs_create *req = cb_arg; in _rpc_blobfs_create_done() 200 rpc_blobfs_create(struct spdk_jsonrpc_request *request, in rpc_blobfs_create() function 203 struct rpc_blobfs_create *req; in rpc_blobfs_create() 228 SPDK_RPC_REGISTER("blobfs_create", rpc_blobfs_create, SPDK_RPC_RUNTIME)
|