Lines Matching defs:drop_progress
5230 struct btrfs_key drop_progress;
5492 * would have a drop_progress key that hadn't been updated properly.
5635 * If we had a drop_progress we need to verify the refs are set as
5669 * the drop_progress key accordingly. We don't care if find_next_key
5674 find_next_key(path, level, &wc->drop_progress);
6101 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
6109 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
6189 &wc->drop_progress,
6192 btrfs_cpu_key_to_disk(&root_item->drop_progress,
6193 &wc->drop_progress);