Searched refs:drop_args (Results 1 – 4 of 4) sorted by relevance
183 struct btrfs_drop_extents_args drop_args = { 0 }; in clone_copy_inline_extent() local269 drop_args.path = path; in clone_copy_inline_extent()270 drop_args.start = drop_start; in clone_copy_inline_extent()271 drop_args.end = aligned_end; in clone_copy_inline_extent()272 drop_args.drop_cache = true; in clone_copy_inline_extent()273 ret = btrfs_drop_extents(trans, root, inode, &drop_args); in clone_copy_inline_extent()284 btrfs_update_inode_bytes(inode, datal, drop_args.bytes_found); in clone_copy_inline_extent()
2291 drop_args.path = path; in btrfs_replace_file_extents()2292 drop_args.end = end + 1; in btrfs_replace_file_extents()2293 drop_args.drop_cache = true; in btrfs_replace_file_extents()2295 drop_args.start = cur_offset; in btrfs_replace_file_extents()2300 drop_args.bytes_found); in btrfs_replace_file_extents()2322 drop_args.drop_end); in btrfs_replace_file_extents()2361 drop_args.bytes_found); in btrfs_replace_file_extents()2446 if (drop_args.drop_end <= end) in btrfs_replace_file_extents()2447 drop_args.drop_end = end + 1; in btrfs_replace_file_extents()2456 drop_args.drop_end); in btrfs_replace_file_extents()[all …]
710 drop_args.start = start; in replay_one_extent()711 drop_args.end = extent_end; in replay_one_extent()712 drop_args.drop_cache = true; in replay_one_extent()2476 drop_args.start = from; in replay_one_buffer()2477 drop_args.end = (u64)-1; in replay_one_buffer()2478 drop_args.drop_cache = true; in replay_one_buffer()2480 &drop_args); in replay_one_buffer()2483 drop_args.bytes_found); in replay_one_buffer()4734 drop_args.path = path; in log_one_extent()4735 drop_args.start = em->start; in log_one_extent()[all …]
625 drop_args.path = path; in __cow_file_range_inline()626 drop_args.start = 0; in __cow_file_range_inline()628 drop_args.drop_cache = true; in __cow_file_range_inline()629 drop_args.replace_extent = true; in __cow_file_range_inline()2972 drop_args.path = path; in insert_reserved_file_extent()2973 drop_args.start = file_pos; in insert_reserved_file_extent()2975 drop_args.replace_extent = true; in insert_reserved_file_extent()2981 if (!drop_args.extent_inserted) { in insert_reserved_file_extent()4973 drop_args.start = offset; in maybe_insert_hole()4974 drop_args.end = offset + len; in maybe_insert_hole()[all …]