Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnbd.h34 struct nbd_device { struct
35 int refcnt;
36 int flags;
37 int harderror; /* Code of hard error */
40 struct socket * sock;
41 struct file * file; /* If == NULL, device is not ready, yet */
42 int magic; /* FIXME: not if debugging is off */
43 spinlock_t queue_lock;
44 struct list_head queue_head; /* Requests are added here... */
45 struct semaphore tx_lock;