Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient_tipc.c69 static struct storage_op_flags extract_storage_op_flags(uint32_t msg_flags) { in extract_storage_op_flags() function
95 extract_storage_op_flags(msg->flags)); in storage_tipc_file_delete()
134 extract_storage_op_flags(msg->flags)); in storage_tipc_file_move()
165 extract_storage_op_flags(msg->flags), &resp.handle); in storage_tipc_file_open()
182 extract_storage_op_flags(msg->flags)); in storage_tipc_file_close()
196 extract_storage_op_flags(msg->flags)); in storage_tipc_file_write()
219 extract_storage_op_flags(msg->flags), resp, &resp_len); in storage_tipc_file_read()
273 req_size - sizeof(*req), extract_storage_op_flags(msg->flags), in storage_tipc_file_list()
295 extract_storage_op_flags(msg->flags), &resp.size); in storage_tipc_file_get_size()
312 extract_storage_op_flags(msg->flags)); in storage_tipc_file_set_size()
[all …]