Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dnbd.h51 struct nbd_device { struct
52 int flags;
53 int harderror; /* Code of hard error */
54 struct socket * sock;
55 struct file * file; /* If == NULL, device is not ready, yet */
56 int magic;
58 spinlock_t queue_lock;
59 struct list_head queue_head; /* Requests waiting result */
60 struct request *active_req;
61 wait_queue_head_t active_wq;
[all …]