Lines Matching refs:drop_args

2637 	struct btrfs_drop_extents_args drop_args = { 0 };  in btrfs_replace_file_extents()  local
2685 drop_args.path = path; in btrfs_replace_file_extents()
2686 drop_args.end = end + 1; in btrfs_replace_file_extents()
2687 drop_args.drop_cache = true; in btrfs_replace_file_extents()
2689 drop_args.start = cur_offset; in btrfs_replace_file_extents()
2690 ret = btrfs_drop_extents(trans, root, inode, &drop_args); in btrfs_replace_file_extents()
2694 drop_args.bytes_found); in btrfs_replace_file_extents()
2713 if (!extent_info && cur_offset < drop_args.drop_end && in btrfs_replace_file_extents()
2716 drop_args.drop_end); in btrfs_replace_file_extents()
2727 } else if (!extent_info && cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2736 drop_args.drop_end - cur_offset); in btrfs_replace_file_extents()
2749 drop_args.drop_end > extent_info->file_offset) { in btrfs_replace_file_extents()
2750 u64 replace_len = drop_args.drop_end - in btrfs_replace_file_extents()
2755 drop_args.bytes_found); in btrfs_replace_file_extents()
2804 cur_offset = drop_args.drop_end; in btrfs_replace_file_extents()
2841 if (drop_args.drop_end <= end) in btrfs_replace_file_extents()
2842 drop_args.drop_end = end + 1; in btrfs_replace_file_extents()
2849 cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2851 drop_args.drop_end); in btrfs_replace_file_extents()
2857 } else if (!extent_info && cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2860 drop_args.drop_end - cur_offset); in btrfs_replace_file_extents()
2870 drop_args.bytes_found); in btrfs_replace_file_extents()