Home
last modified time | relevance | path

Searched defs:nbd (Results 1 – 3 of 3) sorted by relevance

/spdk/lib/nbd/
H A Dnbd.c41 struct spdk_nbd_disk *nbd; member
117 struct spdk_nbd_disk *nbd, *nbd_tmp; in _nbd_fini() local
144 nbd_disk_register(struct spdk_nbd_disk * nbd) nbd_disk_register() argument
158 nbd_disk_unregister(struct spdk_nbd_disk * nbd) nbd_disk_unregister() argument
177 struct spdk_nbd_disk *nbd; nbd_disk_find_by_nbd_path() local
202 nbd_disk_get_nbd_path(struct spdk_nbd_disk * nbd) nbd_disk_get_nbd_path() argument
208 nbd_disk_get_bdev_name(struct spdk_nbd_disk * nbd) nbd_disk_get_bdev_name() argument
216 struct spdk_nbd_disk *nbd; spdk_nbd_write_config_json() local
237 nbd_disconnect(struct spdk_nbd_disk * nbd) nbd_disconnect() argument
248 nbd_get_io(struct spdk_nbd_disk * nbd) nbd_get_io() argument
266 nbd_put_io(struct spdk_nbd_disk * nbd,struct nbd_io * io) nbd_put_io() argument
284 nbd_cleanup_io(struct spdk_nbd_disk * nbd) nbd_cleanup_io() argument
309 struct spdk_nbd_disk *nbd = arg; _nbd_stop() local
380 spdk_nbd_stop(struct spdk_nbd_disk * nbd) spdk_nbd_stop() argument
434 struct spdk_nbd_disk *nbd = io->nbd; nbd_io_done() local
463 struct spdk_nbd_disk *nbd = io->nbd; nbd_resubmit_io() local
491 nbd_submit_bdev_io(struct spdk_nbd_disk * nbd,struct nbd_io * io) nbd_submit_bdev_io() argument
537 nbd_io_exec(struct spdk_nbd_disk * nbd) nbd_io_exec() argument
558 nbd_io_recv_internal(struct spdk_nbd_disk * nbd) nbd_io_recv_internal() argument
676 nbd_io_recv(struct spdk_nbd_disk * nbd) nbd_io_recv() argument
702 nbd_io_xmit_internal(struct spdk_nbd_disk * nbd) nbd_io_xmit_internal() argument
768 nbd_io_xmit(struct spdk_nbd_disk * nbd) nbd_io_xmit() argument
796 _nbd_poll(struct spdk_nbd_disk * nbd) _nbd_poll() argument
822 struct spdk_nbd_disk *nbd = arg; nbd_poll() local
842 struct spdk_nbd_disk *nbd = arg; nbd_start_kernel() local
855 nbd_bdev_hot_remove(struct spdk_nbd_disk * nbd) nbd_bdev_hot_remove() argument
883 struct spdk_nbd_disk *nbd; global() member
891 struct spdk_nbd_disk *nbd = cb_arg; nbd_poller_set_interrupt_mode() local
1043 struct spdk_nbd_disk *nbd = NULL; spdk_nbd_start() local
1131 spdk_nbd_get_path(struct spdk_nbd_disk * nbd) spdk_nbd_get_path() argument
[all...]
H A Dnbd_rpc.c48 struct spdk_nbd_disk *nbd; in check_available_nbd_disk() local
111 rpc_start_nbd_done(void *cb_arg, struct spdk_nbd_disk *nbd, int rc) in rpc_start_nbd_done()
225 struct spdk_nbd_disk *nbd; member
248 struct spdk_nbd_disk *nbd; in rpc_nbd_stop_disk() local
314 struct spdk_nbd_disk *nbd) in rpc_dump_nbd_info()
345 struct spdk_nbd_disk *nbd = NULL; in rpc_nbd_get_disks() local
/spdk/test/json_config/
H A Dclear_config.py120 def get_nbd_destroy_method(nbd): argument