Home
last modified time | relevance | path

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

/spdk/module/blobfs/bdev/
H A Dblobfs_bdev_rpc.c68 struct rpc_blobfs_detect { struct
75 free_rpc_blobfs_detect(struct rpc_blobfs_detect *req) in free_rpc_blobfs_detect() argument
82 {"bdev_name", offsetof(struct rpc_blobfs_detect, bdev_name), spdk_json_decode_string},
88 struct rpc_blobfs_detect *req = cb_arg; in _rpc_blobfs_detect_done()
107 rpc_blobfs_detect(struct spdk_jsonrpc_request *request, in rpc_blobfs_detect() function
110 struct rpc_blobfs_detect *req; in rpc_blobfs_detect()
135 SPDK_RPC_REGISTER("blobfs_detect", rpc_blobfs_detect, SPDK_RPC_RUNTIME)