Lines Matching refs:last_async_operation
267 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()
1830 data_vio->last_async_operation = VIO_ASYNC_OP_COMPRESS_DATA_VIO; in launch_compress_data_vio()
1853 data_vio->last_async_operation = VIO_ASYNC_OP_ACQUIRE_VDO_HASH_LOCK; in hash_data_vio()
1867 data_vio->last_async_operation = VIO_ASYNC_OP_HASH_DATA_VIO; in prepare_for_dedupe()
1920 data_vio->last_async_operation = VIO_ASYNC_OP_WRITE_DATA_VIO; in write_data_vio()
1977 data_vio->last_async_operation = VIO_ASYNC_OP_ACKNOWLEDGE_WRITE; in allocate_block()
2022 data_vio->last_async_operation = VIO_ASYNC_OP_GET_MAPPED_BLOCK_FOR_READ; in continue_data_vio_with_block_map_slot()
2063 data_vio->last_async_operation = VIO_ASYNC_OP_ACKNOWLEDGE_WRITE; in continue_data_vio_with_block_map_slot()