Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dstatus-codes.c83 case VDO_NO_SPACE: in vdo_status_to_errno()
H A Dstatus-codes.h28 VDO_NO_SPACE, enumerator
H A Dphysical-zone.c569 if ((result != VDO_NO_SPACE) || (was_waiting && tried_all)) { in continue_allocating()
596 if ((result != VDO_NO_SPACE) || !continue_allocating(data_vio)) in vdo_allocate_block_in_zone()
H A Dencodings.c677 return VDO_NO_SPACE; in vdo_configure_slab_depot()
833 return VDO_NO_SPACE; in make_partition()
836 return VDO_NO_SPACE; in make_partition()
878 return vdo_log_error_strerror(VDO_NO_SPACE, in vdo_initialize_layout()
H A Dvio.c268 case VDO_NO_SPACE: in update_vio_error_stats()
H A Ddata-vio.c1884 continue_data_vio_with_error(data_vio, VDO_NO_SPACE); in write_data_vio()
1980 if (completion->result == VDO_NO_SPACE) { in handle_allocation_error()
H A Dblock-map.c1748 if (result == VDO_NO_SPACE) in abort_lookup_for_waiter()
1750 } else if (result != VDO_NO_SPACE) { in abort_lookup_for_waiter()
1759 if (result != VDO_NO_SPACE) in abort_lookup()
H A Dslab-depot.c3230 return VDO_NO_SPACE; in allocate_slab_block()
3280 if ((result == VDO_SUCCESS) || (result != VDO_NO_SPACE)) in vdo_allocate_block()
3313 return VDO_NO_SPACE; in vdo_enqueue_clean_slab_waiter()
H A Ddedupe.c1576 continue_data_vio_with_error(agent, VDO_NO_SPACE); in start_writing()