Lines Matching full:modified
289 * @gen: generation that this extent has been modified in
345 int modified) in setup_extent_mapping() argument
351 if (modified) in setup_extent_mapping()
395 * @modified: indicate whether the given @em should be added to the
396 * modified list, which indicates the extent needs to be logged
404 struct extent_map *em, int modified) in add_extent_mapping() argument
414 setup_extent_mapping(tree, em, modified); in add_extent_mapping()
510 int modified) in replace_extent_mapping() argument
521 setup_extent_mapping(tree, new, modified); in replace_extent_mapping()
748 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()
893 * modified extents, then we must mark the inode for a in btrfs_drop_extent_map_range()
897 if ((em->start < start || em_end > end) && modified) { in btrfs_drop_extent_map_range()
927 * @modified: Indicate if the new extent map should be added to the list of
928 * modified extents (for fast fsync tracking).
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()