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