Lines Matching refs:drop_args

2647 	struct btrfs_drop_extents_args drop_args = { 0 };  in btrfs_replace_file_extents()  local
2694 drop_args.path = path; in btrfs_replace_file_extents()
2695 drop_args.end = end + 1; in btrfs_replace_file_extents()
2696 drop_args.drop_cache = true; in btrfs_replace_file_extents()
2698 drop_args.start = cur_offset; in btrfs_replace_file_extents()
2699 ret = btrfs_drop_extents(trans, root, inode, &drop_args); in btrfs_replace_file_extents()
2703 drop_args.bytes_found); in btrfs_replace_file_extents()
2722 if (!extent_info && cur_offset < drop_args.drop_end && in btrfs_replace_file_extents()
2725 drop_args.drop_end); in btrfs_replace_file_extents()
2736 } else if (!extent_info && cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2745 drop_args.drop_end - cur_offset); in btrfs_replace_file_extents()
2758 drop_args.drop_end > extent_info->file_offset) { in btrfs_replace_file_extents()
2759 u64 replace_len = drop_args.drop_end - in btrfs_replace_file_extents()
2764 drop_args.bytes_found); in btrfs_replace_file_extents()
2793 cur_offset = drop_args.drop_end; in btrfs_replace_file_extents()
2830 if (drop_args.drop_end <= end) in btrfs_replace_file_extents()
2831 drop_args.drop_end = end + 1; in btrfs_replace_file_extents()
2838 cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2840 drop_args.drop_end); in btrfs_replace_file_extents()
2846 } else if (!extent_info && cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2849 drop_args.drop_end - cur_offset); in btrfs_replace_file_extents()
2859 drop_args.bytes_found); in btrfs_replace_file_extents()