Home
last modified time | relevance | path

Searched refs:last_async_operation (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Ddata-vio.c267 data_vio->last_async_operation = VIO_ASYNC_OP_FIND_BLOCK_MAP_SLOT; in launch_locked_request()
467 data_vio->last_async_operation = VIO_ASYNC_OP_ATTEMPT_LOGICAL_BLOCK_LOCK; in attempt_logical_block_lock()
1345 data_vio->last_async_operation = VIO_ASYNC_OP_CLEANUP; in complete_data_vio()
1390 return ((data_vio->last_async_operation < MAX_VIO_ASYNC_OPERATION_NUMBER) ? in get_data_vio_operation_name()
1391 ASYNC_OPERATION_NAMES[data_vio->last_async_operation] : in get_data_vio_operation_name()
1576 data_vio->last_async_operation = VIO_ASYNC_OP_READ_DATA_VIO; in read_block()
1646 data_vio->last_async_operation = VIO_ASYNC_OP_PUT_MAPPED_BLOCK; in update_block_map()
1711 data_vio->last_async_operation = VIO_ASYNC_OP_JOURNAL_REMAPPING; in journal_remapping()
1727 data_vio->last_async_operation = VIO_ASYNC_OP_GET_MAPPED_BLOCK_FOR_WRITE; in read_old_block_mapping()
1761 data_vio->last_async_operation = VIO_ASYNC_OP_ATTEMPT_PACKING; in pack_compressed_data()
[all …]
Ddedupe.c798 agent->last_async_operation = VIO_ASYNC_OP_UPDATE_DEDUPE_INDEX; in start_updating()
1202 agent->last_async_operation = VIO_ASYNC_OP_VERIFY_DUPLICATION; in start_verifying()
1424 agent->last_async_operation = VIO_ASYNC_OP_LOCK_DUPLICATE_PBN; in start_locking()
1707 data_vio->last_async_operation = VIO_ASYNC_OP_CHECK_FOR_DUPLICATION; in start_querying()
Ddata-vio.h193 enum async_operation_number last_async_operation; member
Drecovery-journal.c1187 data_vio->last_async_operation = VIO_ASYNC_OP_UPDATE_REFERENCE_COUNTS; in continue_committed_waiter()