Lines Matching defs:msg
75 static ssize_t check_response(struct storage_msg* msg, ssize_t res) { in check_response()
202 static int wait_to_send(handle_t session, struct ipc_msg* msg) { in wait_to_send()
277 struct storage_msg msg = {.cmd = STORAGE_FILE_OPEN, in storage_open_file() local
301 struct storage_msg msg = {.cmd = STORAGE_FILE_CLOSE}; in storage_close_file() local
321 struct storage_msg msg = { in storage_move_file() local
345 struct storage_msg msg = {.cmd = STORAGE_FILE_DELETE, in storage_delete_file() local
396 struct storage_msg msg = {.cmd = STORAGE_FILE_LIST}; in storage_read_dir_send_message() local
480 struct storage_msg msg = {.cmd = STORAGE_FILE_READ}; in _read_chunk() local
529 struct storage_msg msg = { in _write_req() local
581 struct storage_msg msg = {.cmd = STORAGE_FILE_SET_SIZE, in storage_set_file_size() local
595 struct storage_msg msg = {.cmd = STORAGE_FILE_GET_SIZE}; in storage_get_file_size() local
619 struct storage_msg msg = { in storage_end_transaction() local
630 struct storage_msg msg = { in storage_commit_checkpoint() local