Searched defs:cuse_device (Results 1 – 2 of 2) sorted by relevance
/spdk/lib/nvme/ |
H A D | nvme_cuse.c | 23 struct cuse_device { struct 36 struct cuse_device *ctrlr_device; argument 163 struct cuse_device *cuse_device in cuse_nvme_passthru_cmd_send() local 349 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_nvme_reset() local 386 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_nvme_rescan() local 438 cuse_nvme_submit_io_write(struct cuse_device * cuse_device,fuse_req_t req,int cmd,void * arg,struct fuse_file_info * fi,unsigned flags,uint32_t block_size,uint32_t md_size,const void * in_buf,size_t in_bufsz,size_t out_bufsz) cuse_nvme_submit_io_write() argument 543 cuse_nvme_submit_io_read(struct cuse_device * cuse_device,fuse_req_t req,int cmd,void * arg,struct fuse_file_info * fi,unsigned flags,uint32_t block_size,uint32_t md_size,const void * in_buf,size_t in_bufsz,size_t out_bufsz) cuse_nvme_submit_io_read() argument 606 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_nvme_submit_io() local 684 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_blkgetsize64() local 700 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_blkpbszget() local 716 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_blkgetsize() local 734 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_blkgetsectorsize() local 748 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_getid() local 765 struct cuse_device *cuse_device = fuse_req_userdata(req); cuse_get_transport() local 900 cuse_session_create(struct cuse_device * cuse_device) cuse_session_create() argument 960 struct cuse_device *cuse_device, *tmp; cuse_thread_add_session() local 986 struct cuse_device *cuse_device, *tmp; cuse_thread() local [all...] |
/spdk/test/unit/lib/nvme/nvme_cuse.c/ |
H A D | nvme_cuse_ut.c | 194 struct cuse_device cuse_device = {}; in test_cuse_nvme_submit_io_read_write() local 253 struct cuse_device cuse_device = {}; in test_cuse_nvme_submit_io_read_write_with_md() local 445 struct cuse_device cuse_device = {}; test_cuse_nvme_submit_io() local 520 struct cuse_device cuse_device = {}; test_cuse_nvme_reset() local [all...] |