Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dnbd.c43 struct nbd_device { struct
44 u32 flags;
45 struct socket * sock; /* If == NULL, device is not ready, yet */
46 int magic;
48 spinlock_t queue_lock;
49 struct list_head queue_head; /* Requests waiting result */
50 struct request *active_req;
51 wait_queue_head_t active_wq;
52 struct list_head waiting_queue; /* Requests to be sent */
53 wait_queue_head_t waiting_wq;
[all …]