Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/ !
Dnbd.c69 struct nbd_device *nbd;
114 struct nbd_device { struct
144 struct nbd_device *nbd; argument
166 static int nbd_dev_dbg_init(struct nbd_device *nbd);
167 static void nbd_dev_dbg_close(struct nbd_device *nbd);
168 static void nbd_config_put(struct nbd_device *nbd);
172 static void nbd_disconnect_and_put(struct nbd_device *nbd);
174 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev()
224 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in pid_show()
238 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in backend_show()
[all …]