Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/ !
Dnbd.c114 struct nbd_device { struct
115 struct blk_mq_tag_set tag_set;
117 int index;
118 refcount_t config_refs;
119 refcount_t refs;
120 struct nbd_config *config;
144 struct nbd_device *nbd; argument