Lines Matching refs:load
188 struct cachefiles_open *load; in cachefiles_ondemand_get_fd() local
219 load = (void *)req->msg.data; in cachefiles_ondemand_get_fd()
220 load->fd = fd; in cachefiles_ondemand_get_fd()
225 trace_cachefiles_ondemand_open(object, &req->msg, load); in cachefiles_ondemand_get_fd()
401 struct cachefiles_open *load = (void *)req->msg.data; in cachefiles_ondemand_init_open_req() local
421 load->volume_key_size = volume_key_size; in cachefiles_ondemand_init_open_req()
422 load->cookie_key_size = cookie_key_size; in cachefiles_ondemand_init_open_req()
423 memcpy(load->data, volume_key, volume_key_size); in cachefiles_ondemand_init_open_req()
424 memcpy(load->data + volume_key_size, cookie_key, cookie_key_size); in cachefiles_ondemand_init_open_req()
458 struct cachefiles_read *load = (void *)req->msg.data; in cachefiles_ondemand_init_read_req() local
470 load->off = read_ctx->off; in cachefiles_ondemand_init_read_req()
471 load->len = read_ctx->len; in cachefiles_ondemand_init_read_req()
472 trace_cachefiles_ondemand_read(object, &req->msg, load); in cachefiles_ondemand_init_read_req()