Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/
Dnbd.c115 struct nbd_device { struct
116 struct blk_mq_tag_set tag_set;
118 int index;
119 refcount_t config_refs;
120 refcount_t refs;
121 struct nbd_config *config;
145 struct nbd_device *nbd; argument