Lines Matching full:operation
30 // the operation into multiple small pieces, sending each one to the
35 // The operation to perform.
55 // Performs an actual sparse read or write operation for this entry. |op| is
56 // the operation to perform, |offset| is the desired sparse offset, |buf| and
67 // Cancels the current sparse operation (if any).
93 // Deletes the current child and continues the current operation (open).
96 // Continues the current operation (open) without a current child.
112 // current IO operation (for instance if the required range is not stored by
117 // the current operation.
127 // Iterates through all the children needed to complete the current operation.
130 // Performs a single operation with the current child. Returns true when we
151 bool pending_; // True if any child IO operation returned pending.
155 bool abort_; // True if we should abort the current operation ASAP.