Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Ddata-vio.c269 data_vio->last_async_operation = VIO_ASYNC_OP_FIND_BLOCK_MAP_SLOT; in launch_locked_request()
471 data_vio->last_async_operation = VIO_ASYNC_OP_ATTEMPT_LOGICAL_BLOCK_LOCK; in attempt_logical_block_lock()
1322 data_vio->last_async_operation = VIO_ASYNC_OP_CLEANUP; in complete_data_vio()
1368 return ((data_vio->last_async_operation < MAX_VIO_ASYNC_OPERATION_NUMBER) ? in get_data_vio_operation_name()
1369 ASYNC_OPERATION_NAMES[data_vio->last_async_operation] : in get_data_vio_operation_name()
1557 data_vio->last_async_operation = VIO_ASYNC_OP_READ_DATA_VIO; in read_block()
1627 data_vio->last_async_operation = VIO_ASYNC_OP_PUT_MAPPED_BLOCK; in update_block_map()
1692 data_vio->last_async_operation = VIO_ASYNC_OP_JOURNAL_REMAPPING; in journal_remapping()
1709 data_vio->last_async_operation = VIO_ASYNC_OP_GET_MAPPED_BLOCK_FOR_WRITE; in read_old_block_mapping()
1744 data_vio->last_async_operation = VIO_ASYNC_OP_ATTEMPT_PACKING; in pack_compressed_data()
[all …]
H A Ddedupe.c798 agent->last_async_operation = VIO_ASYNC_OP_UPDATE_DEDUPE_INDEX; in start_updating()
1204 agent->last_async_operation = VIO_ASYNC_OP_VERIFY_DUPLICATION; in start_verifying()
1426 agent->last_async_operation = VIO_ASYNC_OP_LOCK_DUPLICATE_PBN; in start_locking()
1709 data_vio->last_async_operation = VIO_ASYNC_OP_CHECK_FOR_DUPLICATION; in start_querying()
H A Ddata-vio.h193 enum async_operation_number last_async_operation; member
H A Drecovery-journal.c1193 data_vio->last_async_operation = VIO_ASYNC_OP_UPDATE_REFERENCE_COUNTS; in continue_committed_waiter()