Lines Matching refs:operation
21 enum Operation {
28 // be created to keep track of the operation. If the process crashes before
29 // finishing the operation, the transaction record (stored as part of the user
30 // data on the file header) can be used to finish the operation.
38 Operation op, int list);
46 disk_cache::Addr addr, Operation op, int list)
50 data_->operation = op;
58 data_->operation = 0;
360 // Store the new tail to make sure we can undo the operation if we crash.
633 if (INSERT == control_data_->operation) {
636 } else if (REMOVE == control_data_->operation) {
641 LOG(ERROR) << "Invalid operation to recover.";
647 control_data_->operation = 0;
667 // The operation actually finished. Nothing to do.
717 control_data_->operation = 0;