Lines Matching refs:nbd_device
69 struct nbd_device *nbd;
115 struct nbd_device { struct
145 struct nbd_device *nbd; argument
167 static int nbd_dev_dbg_init(struct nbd_device *nbd);
168 static void nbd_dev_dbg_close(struct nbd_device *nbd);
169 static void nbd_config_put(struct nbd_device *nbd);
173 static void nbd_disconnect_and_put(struct nbd_device *nbd);
175 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev()
236 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in pid_show()
250 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in backend_show()
260 static void nbd_dev_remove(struct nbd_device *nbd) in nbd_dev_remove()
280 nbd_dev_remove(container_of(work, struct nbd_device, remove_work)); in nbd_dev_remove_work()
283 static void nbd_put(struct nbd_device *nbd) in nbd_put()
301 static void nbd_mark_nsock_dead(struct nbd_device *nbd, struct nbd_sock *nsock, in nbd_mark_nsock_dead()
330 static int nbd_set_size(struct nbd_device *nbd, loff_t bytesize, in nbd_set_size()
375 static void sock_shutdown(struct nbd_device *nbd) in sock_shutdown()
410 static struct nbd_config *nbd_get_config_unlocked(struct nbd_device *nbd) in nbd_get_config_unlocked()
429 struct nbd_device *nbd = cmd->nbd; in nbd_xmit_timeout()
520 static int __sock_xmit(struct nbd_device *nbd, struct socket *sock, int send, in __sock_xmit()
565 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit()
587 static int nbd_send_cmd(struct nbd_device *nbd, struct nbd_cmd *cmd, int index) in nbd_send_cmd()
736 static int nbd_read_reply(struct nbd_device *nbd, struct socket *sock, in nbd_read_reply()
763 static struct nbd_cmd *nbd_handle_reply(struct nbd_device *nbd, int index, in nbd_handle_reply()
866 struct nbd_device *nbd = args->nbd; in recv_work()
941 static void nbd_clear_que(struct nbd_device *nbd) in nbd_clear_que()
949 static int find_fallback(struct nbd_device *nbd, int index) in find_fallback()
992 static int wait_for_reconnect(struct nbd_device *nbd) in wait_for_reconnect()
1011 struct nbd_device *nbd = cmd->nbd; in nbd_handle_cmd()
1121 static struct socket *nbd_get_socket(struct nbd_device *nbd, unsigned long fd, in nbd_get_socket()
1141 static int nbd_add_socket(struct nbd_device *nbd, unsigned long arg, in nbd_add_socket()
1211 static int nbd_reconnect_socket(struct nbd_device *nbd, unsigned long arg) in nbd_reconnect_socket()
1273 static void nbd_bdev_reset(struct nbd_device *nbd) in nbd_bdev_reset()
1280 static void nbd_parse_flags(struct nbd_device *nbd) in nbd_parse_flags()
1297 static void send_disconnects(struct nbd_device *nbd) in send_disconnects()
1321 static int nbd_disconnect(struct nbd_device *nbd) in nbd_disconnect()
1332 static void nbd_clear_sock(struct nbd_device *nbd) in nbd_clear_sock()
1339 static void nbd_config_put(struct nbd_device *nbd) in nbd_config_put()
1380 static int nbd_start_device(struct nbd_device *nbd) in nbd_start_device()
1442 static int nbd_start_device_ioctl(struct nbd_device *nbd) in nbd_start_device_ioctl()
1472 static void nbd_clear_sock_ioctl(struct nbd_device *nbd) in nbd_clear_sock_ioctl()
1482 static void nbd_set_cmd_timeout(struct nbd_device *nbd, u64 timeout) in nbd_set_cmd_timeout()
1492 static int __nbd_ioctl(struct block_device *bdev, struct nbd_device *nbd, in __nbd_ioctl()
1542 struct nbd_device *nbd = bdev->bd_disk->private_data; in nbd_ioctl()
1569 static int nbd_alloc_and_init_config(struct nbd_device *nbd) in nbd_alloc_and_init_config()
1606 struct nbd_device *nbd; in nbd_open()
1649 struct nbd_device *nbd = disk->private_data; in nbd_release()
1661 struct nbd_device *nbd = disk->private_data; in nbd_free_disk()
1680 struct nbd_device *nbd = s->private; in nbd_dbg_tasks_show()
1692 struct nbd_device *nbd = s->private; in nbd_dbg_flags_show()
1715 static int nbd_dev_dbg_init(struct nbd_device *nbd) in nbd_dev_dbg_init()
1740 static void nbd_dev_dbg_close(struct nbd_device *nbd) in nbd_dev_dbg_close()
1765 static int nbd_dev_dbg_init(struct nbd_device *nbd) in nbd_dev_dbg_init()
1770 static void nbd_dev_dbg_close(struct nbd_device *nbd) in nbd_dev_dbg_close()
1802 static struct nbd_device *nbd_dev_add(int index, unsigned int refs) in nbd_dev_add()
1804 struct nbd_device *nbd; in nbd_dev_add()
1808 nbd = kzalloc(sizeof(struct nbd_device), GFP_KERNEL); in nbd_dev_add()
1912 static struct nbd_device *nbd_find_get_unused(void) in nbd_find_get_unused()
1914 struct nbd_device *nbd; in nbd_find_get_unused()
1957 static int nbd_genl_size_set(struct genl_info *info, struct nbd_device *nbd) in nbd_genl_size_set()
1976 struct nbd_device *nbd; in nbd_genl_connect()
2154 static void nbd_disconnect_and_put(struct nbd_device *nbd) in nbd_disconnect_and_put()
2176 struct nbd_device *nbd; in nbd_genl_disconnect()
2211 struct nbd_device *nbd = NULL; in nbd_genl_reconfigure()
2391 static int populate_nbd_status(struct nbd_device *nbd, struct sk_buff *reply) in populate_nbd_status()
2422 struct nbd_device *nbd = ptr; in status_cb()
2468 struct nbd_device *nbd; in nbd_genl_status()
2598 struct nbd_device *nbd = ptr; in nbd_exit_cb()
2609 struct nbd_device *nbd; in nbd_cleanup()
2625 nbd = list_first_entry(&del_list, struct nbd_device, list); in nbd_cleanup()