Searched defs:nbd_device (Results 1 – 1 of 1) sorted by relevance
34 struct nbd_device { struct35 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;