Lines Matching refs:modified
345 int modified) in setup_extent_mapping() argument
351 if (modified) in setup_extent_mapping()
402 struct extent_map *em, int modified) in add_extent_mapping() argument
412 setup_extent_mapping(tree, em, modified); in add_extent_mapping()
508 int modified) in replace_extent_mapping() argument
519 setup_extent_mapping(tree, new, modified); in replace_extent_mapping()
746 bool modified; in btrfs_drop_extent_map_range() local
774 modified = !list_empty(&em->list); in btrfs_drop_extent_map_range()
818 replace_extent_mapping(em_tree, em, split, modified); in btrfs_drop_extent_map_range()
861 modified); in btrfs_drop_extent_map_range()
866 modified); in btrfs_drop_extent_map_range()
869 if (WARN_ON(ret != 0) && modified) in btrfs_drop_extent_map_range()
897 if ((em->start < start || em_end > end) && modified) { in btrfs_drop_extent_map_range()
937 bool modified) in btrfs_replace_extent_map_range() argument
956 ret = add_extent_mapping(tree, new_em, modified); in btrfs_replace_extent_map_range()