Lines Matching defs:lo
117 static void sock_shutdown(struct nbd_device *lo, int lock) in sock_shutdown()
149 static int sock_xmit(struct nbd_device *lo, int send, void *buf, int size, in sock_xmit()
219 static inline int sock_send_bvec(struct nbd_device *lo, struct bio_vec *bvec, in sock_send_bvec()
230 static int nbd_send_req(struct nbd_device *lo, struct request *req) in nbd_send_req()
282 static struct request *nbd_find_request(struct nbd_device *lo, in nbd_find_request()
308 static inline int sock_recv_bvec(struct nbd_device *lo, struct bio_vec *bvec) in sock_recv_bvec()
319 static struct request *nbd_read_stat(struct nbd_device *lo) in nbd_read_stat()
398 static int nbd_do_it(struct nbd_device *lo) in nbd_do_it()
421 static void nbd_clear_que(struct nbd_device *lo) in nbd_clear_que()
448 static void nbd_handle_req(struct nbd_device *lo, struct request *req) in nbd_handle_req()
501 struct nbd_device *lo = data; in nbd_thread() local
539 struct nbd_device *lo; in do_nbd_request() local
574 struct nbd_device *lo = bdev->bd_disk->private_data; in nbd_ioctl() local