Lines Matching defs:finished
285 * when an ordered extent is finished. If the list covers more than one
351 * All the IO of the ordered extent is finished, we need to queue
392 * Mark all ordered extents io inside the specified range finished.
396 * updated to indicate whether the pending ordered io is finished.
486 * Will be also used to store the finished ordered extent.
487 * @file_offset: File offset for the finished IO
490 * Return true if the ordered extent is finished in the range, and update
505 bool finished = false;
534 finished = !test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags);
539 if (finished && cached && entry) {
545 return finished;