Searched defs:nbd_device (Results 1 – 1 of 1) sorted by relevance
43 struct nbd_device { struct44 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 …]