Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/rnbd/
Drnbd-proto.h38 RNBD_MSG_OPEN, enumerator
DREADME69 2. Client requests to open a device by sending RNBD_MSG_OPEN message. This
Drnbd-clt.c557 msg.hdr.type = cpu_to_le16(RNBD_MSG_OPEN); in send_msg_open()
1580 msg.hdr.type = cpu_to_le16(RNBD_MSG_OPEN); in rnbd_clt_map_device()
Drnbd-srv.c390 case RNBD_MSG_OPEN: in rnbd_srv_rdma_ev()