Searched refs:nbd_xmit (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | nbd.c | 117 static int nbd_xmit(int send, struct socket *sock, char *buf, int size, int msg_flags) in nbd_xmit() function 210 result = nbd_xmit(1, sock, (char *) &request, sizeof(request), req->cmd == WRITE ? MSG_MORE : 0); in nbd_send_req() 218 result = nbd_xmit(1, sock, bh->b_data, bh->b_size, bh->b_reqnext == NULL ? 0 : MSG_MORE); in nbd_send_req() 263 result = nbd_xmit(0, lo->sock, (char *) &reply, sizeof(reply), MSG_WAITALL); in nbd_read_stat() 279 result = nbd_xmit(0, lo->sock, bh->b_data, bh->b_size, MSG_WAITALL); in nbd_read_stat()
|