Lines Matching refs:allocation
257 struct allocation *allocation) in release_compressed_write_waiter() argument
260 .pbn = allocation->pbn, in release_compressed_write_waiter()
261 .zone = allocation->zone, in release_compressed_write_waiter()
265 vdo_share_compressed_write_lock(data_vio, allocation->lock); in release_compressed_write_waiter()
266 update_metadata_for_data_vio_write(data_vio, allocation->lock); in release_compressed_write_waiter()
288 release_compressed_write_waiter(client, &agent->allocation); in finish_compressed_write()
292 release_compressed_write_waiter(agent, &agent->allocation); in finish_compressed_write()
298 struct allocation *allocation = &agent->allocation; in handle_compressed_write_error() local
301 if (vdo_requeue_completion_if_needed(completion, allocation->zone->thread_id)) in handle_compressed_write_error()
306 (unsigned long long) allocation->pbn); in handle_compressed_write_error()
468 REQ_OP_WRITE, agent->allocation.pbn); in write_bin()