Searched refs:BLOCK_NET_MSG_WRITE (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/block_server/
H A Dnetwork_common.h39 BLOCK_NET_MSG_WRITE, ///< issue a block write request enumerator in enum:block_net_msg_type
H A Dnet_benchmark.c132 if (stats != BLOCK_NET_ERR_OK || req != BLOCK_NET_MSG_WRITE) {
H A Dnetwork_server.c169 block_send_status_msg(c, BLOCK_NET_MSG_WRITE, bs_meta->req_id, err);
177 block_send_status_msg(c, BLOCK_NET_MSG_WRITE, bs_meta->req_id, SYS_ERR_OK);
H A Dlocal_server.c160 BLOCK_NET_MSG_WRITE);
H A Dnetwork_client.c154 case BLOCK_NET_MSG_WRITE:

Completed in 85 milliseconds