Lines Matching defs:new

785  * @pg_offset:	offset of the new bio or to check whether we are adding
789 * new one in @bio_ctrl->bbio.
809 /* Allocate new bio if needed */
823 /* bio full: move on to a new one */
859 /* Ordered extent boundary: move on to a new bio. */
899 /* Do new allocation to attach subpage */
1797 * If we have, we just skip until we hit a new page that doesn't belong to
1926 * We have to make sure to honor the new nr_to_write
1995 * the call was made get new I/O started against them. If wbc->sync_mode is
2117 * We have to make sure to honor the new nr_to_write
2311 * locked bit, the nodatasum bit and the delalloc new bit.
2312 * The delalloc new bit will be cleared by ordered extent
2380 * ongoing fast fsync that could miss the new extent.
2461 * [512K, 768K[ and a new file extent item is inserted for the file
2464 * will leave us with a path pointing to the new extent item, for the
3193 * and have this page now attached to the new eb. So
3204 * to a new eb.
3292 struct extent_buffer *new;
3296 new = __alloc_extent_buffer(src->fs_info, src->start, src->len);
3297 if (new == NULL)
3305 set_bit(EXTENT_BUFFER_UNMAPPED, &new->bflags);
3307 ret = btrfs_alloc_page_array(num_pages, new->pages);
3309 btrfs_release_extent_buffer(new);
3315 struct page *p = new->pages[i];
3317 ret = attach_extent_buffer_page(new, p, NULL);
3319 btrfs_release_extent_buffer(new);
3324 copy_extent_buffer_full(new, src);
3325 set_extent_buffer_uptodate(new);
3327 return new;
3382 * to the radix tree. It is also reset, if unset, when a new reference
3391 * called with creating new references, which is prone to race