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