drop_progress    4580 fs/btrfs/extent-tree.c 	struct btrfs_key drop_progress;
drop_progress    4974 fs/btrfs/extent-tree.c 		find_next_key(path, level, &wc->drop_progress);
drop_progress    5246 fs/btrfs/extent-tree.c 	if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
drop_progress    5255 fs/btrfs/extent-tree.c 		btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
drop_progress    5332 fs/btrfs/extent-tree.c 					      &wc->drop_progress,
drop_progress    5335 fs/btrfs/extent-tree.c 		btrfs_cpu_key_to_disk(&root_item->drop_progress,
drop_progress    5336 fs/btrfs/extent-tree.c 				      &wc->drop_progress);
drop_progress    4570 fs/btrfs/inode.c 	memset(&dest->root_item.drop_progress, 0,
drop_progress    4571 fs/btrfs/inode.c 		sizeof(dest->root_item.drop_progress));
drop_progress    1438 fs/btrfs/relocation.c 		memset(&root_item->drop_progress, 0,
drop_progress    2210 fs/btrfs/relocation.c 	memset(&reloc_root_item->drop_progress, 0,
drop_progress    2211 fs/btrfs/relocation.c 		sizeof(reloc_root_item->drop_progress));
drop_progress    2290 fs/btrfs/relocation.c 	if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
drop_progress    2296 fs/btrfs/relocation.c 		btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
drop_progress    2372 fs/btrfs/relocation.c 		btrfs_node_key(path->nodes[level], &root_item->drop_progress,
drop_progress    4478 fs/btrfs/relocation.c 	memset(&root->root_item.drop_progress, 0,
drop_progress    4479 fs/btrfs/relocation.c 		sizeof(root->root_item.drop_progress));
drop_progress     618 include/uapi/linux/btrfs_tree.h 	struct btrfs_disk_key drop_progress;