Lines Matching refs:drop_args
2333 struct btrfs_drop_extents_args drop_args = { 0 }; in btrfs_replace_file_extents() local
2381 drop_args.path = path; in btrfs_replace_file_extents()
2382 drop_args.end = end + 1; in btrfs_replace_file_extents()
2383 drop_args.drop_cache = true; in btrfs_replace_file_extents()
2385 drop_args.start = cur_offset; in btrfs_replace_file_extents()
2386 ret = btrfs_drop_extents(trans, root, inode, &drop_args); in btrfs_replace_file_extents()
2390 drop_args.bytes_found); in btrfs_replace_file_extents()
2409 if (!extent_info && cur_offset < drop_args.drop_end && in btrfs_replace_file_extents()
2412 drop_args.drop_end); in btrfs_replace_file_extents()
2423 } else if (!extent_info && cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2432 drop_args.drop_end - cur_offset); in btrfs_replace_file_extents()
2445 drop_args.drop_end > extent_info->file_offset) { in btrfs_replace_file_extents()
2446 u64 replace_len = drop_args.drop_end - in btrfs_replace_file_extents()
2451 drop_args.bytes_found); in btrfs_replace_file_extents()
2498 cur_offset = drop_args.drop_end; in btrfs_replace_file_extents()
2535 if (drop_args.drop_end <= end) in btrfs_replace_file_extents()
2536 drop_args.drop_end = end + 1; in btrfs_replace_file_extents()
2543 cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2545 drop_args.drop_end); in btrfs_replace_file_extents()
2551 } else if (!extent_info && cur_offset < drop_args.drop_end) { in btrfs_replace_file_extents()
2554 drop_args.drop_end - cur_offset); in btrfs_replace_file_extents()
2564 drop_args.bytes_found); in btrfs_replace_file_extents()