Lines Matching defs:new
32 * Initialize the extent tree @tree. Should be called for each new inode or
43 * Allocate a new extent_map structure. The new structure is returned with a
391 * Add new extent map to the extent tree
393 * @tree: tree to insert new map in
509 struct extent_map *new,
518 rb_replace_node_cached(&cur->rb_node, &new->rb_node, &tree->map);
521 setup_extent_mapping(tree, new, modified);
548 * the best fitted new extent into the tree.
771 * it on the new extent maps.
895 * extent if it's new and needs to be logged.
923 * Replace a range in the inode's extent map tree with a new extent map.
926 * @new_em: The new extent map to add to the inode's extent map tree.
927 * @modified: Indicate if the new extent map should be added to the list of
931 * range of the new extent map and adds the new extent map to the tree.
947 * tree, but getting -EEXIST when adding the new extent map can still
1009 /* First, replace the em with a new extent_map starting from * em->start */