Searched refs:nbd_device (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | nbd.c | 42 struct nbd_device { struct 67 static struct nbd_device *nbd_dev; argument 82 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() 99 static void nbd_end_request(struct nbd_device *nbd, struct request *req) in nbd_end_request() 116 static void sock_shutdown(struct nbd_device *nbd, int lock) in sock_shutdown() 141 static int sock_xmit(struct nbd_device *nbd, int send, void *buf, int size, in sock_xmit() 216 static inline int sock_send_bvec(struct nbd_device *nbd, struct bio_vec *bvec, in sock_send_bvec() 228 static int nbd_send_req(struct nbd_device *nbd, struct request *req) in nbd_send_req() 280 static struct request *nbd_find_request(struct nbd_device *nbd, in nbd_find_request() 303 static inline int sock_recv_bvec(struct nbd_device *nbd, struct bio_vec *bvec) in sock_recv_bvec() [all …]
|
/linux-4.1.27/Documentation/zh_CN/ |
D | magic-number.txt | 133 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h
|
/linux-4.1.27/Documentation/ |
D | magic-number.txt | 133 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h
|