Home
last modified time | relevance | path

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

/drivers/md/dm-vdo/
A Dstatus-codes.c83 case VDO_NO_SPACE: in vdo_status_to_errno()
A Dstatus-codes.h28 VDO_NO_SPACE, enumerator
A Dphysical-zone.c568 if ((result != VDO_NO_SPACE) || (was_waiting && tried_all)) { in continue_allocating()
595 if ((result != VDO_NO_SPACE) || !continue_allocating(data_vio)) in vdo_allocate_block_in_zone()
A Dencodings.c664 return VDO_NO_SPACE; in vdo_configure_slab_depot()
820 return VDO_NO_SPACE; in make_partition()
823 return VDO_NO_SPACE; in make_partition()
865 return vdo_log_error_strerror(VDO_NO_SPACE, in vdo_initialize_layout()
A Dvio.c268 case VDO_NO_SPACE: in update_vio_error_stats()
A Ddata-vio.c1869 continue_data_vio_with_error(data_vio, VDO_NO_SPACE); in write_data_vio()
1962 if (completion->result == VDO_NO_SPACE) { in handle_allocation_error()
A Dblock-map.c1728 if (result == VDO_NO_SPACE) in abort_lookup_for_waiter()
1730 } else if (result != VDO_NO_SPACE) { in abort_lookup_for_waiter()
1739 if (result != VDO_NO_SPACE) in abort_lookup()
A Dslab-depot.c3219 return VDO_NO_SPACE; in allocate_slab_block()
3269 if ((result == VDO_SUCCESS) || (result != VDO_NO_SPACE)) in vdo_allocate_block()
3302 return VDO_NO_SPACE; in vdo_enqueue_clean_slab_waiter()
A Ddedupe.c1574 continue_data_vio_with_error(agent, VDO_NO_SPACE); in start_writing()

Completed in 77 milliseconds