Home
last modified time | relevance | path

Searched refs:RNBD_MSG_OPEN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-proto.h38 RNBD_MSG_OPEN, enumerator
H A DREADME69 2. Client requests to open a device by sending RNBD_MSG_OPEN message. This
H A Drnbd-srv.c384 case RNBD_MSG_OPEN: in rnbd_srv_rdma_ev()
H A Drnbd-clt.c568 msg.hdr.type = cpu_to_le16(RNBD_MSG_OPEN); in send_msg_open()