Lines Matching defs:new

1769 	 *    If COW succeeds, it allocates a new data extent and after doing
2320 * Handle merged delayed allocation extents so we can keep track of new extents
2324 void btrfs_merge_delalloc_extent(struct btrfs_inode *inode, struct extent_state *new,
2335 if (new->start > other->start)
2336 new_size = new->end - other->start + 1;
2338 new_size = other->end - new->start + 1;
2351 * extents we accounted for is <= the amount we need for the new range
2368 old_size = new->end - new->start + 1;
2552 struct btrfs_ordered_extent *new;
2578 new = btrfs_split_ordered_extent(ordered, len);
2579 if (IS_ERR(new))
2580 return PTR_ERR(new);
2581 bbio->ordered = new;
2658 * set the delalloc new bit for the range directly.
2883 * The new extent is pinned in the extent map, and we don't want
3128 * If this is a new delalloc range, clear its new delalloc flag to
3176 * we will search the commit root. If this is a new block group
5022 * zero. Make sure any new writes to the file get on disk
5289 * We have not added new delayed items for our inode after we
5462 struct rb_node *new = &inode->rb_node;
5481 rb_replace_node(parent, new, &root->inode_tree);
5487 rb_link_node(new, parent, p);
5488 rb_insert_color(new, &root->inode_tree);
5799 /* index_cnt is the index number of next new entry, so decrement it. */
5973 * Stop new entries from being returned after we return the last
5977 * offset. This means that new entries created during readdir
5981 * we have this hack to stop new entries from being returned
6273 * Start new inodes with an inode_ref. This is slightly more
6625 * If new hard link count is 1, it's a file created
7310 * We don't allocate a new extent in the following cases
7610 /* Recalc len in case the new em is smaller than requested */
7940 * We have folio locked so no new ordered extent can be created on this
8297 * need to be able to stop the transaction and start a new one, which
8349 * We want to drop from the next block forward in case this new
8443 * between the old i_size and the new i_size, and there were no prealloc
8749 * 1 to add new dir item
8750 * 1 to add new dir index
8760 * 1 to add new root ref
8761 * 1 to add new root backref
8768 * 1 to add new inode ref
9036 * 1 to add new root ref
9037 * 1 to add new root backref
9044 * 1 to add new inode ref
9051 * 1 to add new dir item
9052 * 1 to add new dir index
9055 /* 1 to update new parent inode if it's not the same as the old parent */