Home
last modified time | relevance | path

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

/drivers/block/
Dnbd.c69 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()
225 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in pid_show()
239 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in backend_show()
[all …]