Lines Matching defs:modified
289 * @gen: generation that this extent has been modified in
345 int modified)
351 if (modified)
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)
414 setup_extent_mapping(tree, em, modified);
510 int modified)
521 setup_extent_mapping(tree, new, modified);
748 bool modified;
774 modified = !list_empty(&em->list);
818 replace_extent_mapping(em_tree, em, split, modified);
861 modified);
866 modified);
869 if (WARN_ON(ret != 0) && modified)
893 * modified extents, then we must mark the inode for a
897 if ((em->start < start || em_end > end) && modified) {
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)
956 ret = add_extent_mapping(tree, new_em, modified);