Lines Matching refs:start
256 lock_extent_bits(io_tree, eb->start, eb->start + eb->len - 1,
265 eb->start,
280 unlock_extent_cached(io_tree, eb->start, eb->start + eb->len - 1,
342 eb->start, level, found_level);
362 eb->start);
378 eb->start, parent_transid, first_key->objectid,
422 eb->start, eb->len);
452 u64 start = page_offset(page);
468 if (WARN_ON(found_start != start))
488 eb->start);
527 struct page *page, u64 start, u64 end,
562 if (found_start != eb->start) {
563 btrfs_err_rl(fs_info, "bad tree block start, want %llu have %llu",
564 eb->start, found_start);
570 eb->start);
577 (int)btrfs_header_level(eb), eb->start);
593 fs_info->sb->s_id, eb->start,
619 eb->start);
1169 btrfs_set_root_bytenr(&root->root_item, leaf->start);
1895 btrfs_set_backup_tree_root(root_backup, info->tree_root->node->start);
1902 btrfs_set_backup_chunk_root(root_backup, info->chunk_root->node->start);
1908 btrfs_set_backup_extent_root(root_backup, info->extent_root->node->start);
1920 info->fs_root->node->start);
1927 btrfs_set_backup_dev_root(root_backup, info->dev_root->node->start);
1933 btrfs_set_backup_csum_root(root_backup, info->csum_root->node->start);
2921 btrfs_warn(fs_info, "failed to start uuid_rescan task");
2953 /* These need to be init'ed before we start creating inodes and such. */
3327 btrfs_info(fs_info, "start tree-log replay");
4105 * We don't want the cleaner to start new transactions, add more delayed
4291 buf->start, transid, fs_info->generation);
4435 * extents that haven't had their dirty pages IO start writeout yet
4589 u64 start = 0;
4593 ret = find_first_extent_bit(dirty_pages, start, &start, &end,
4598 clear_extent_bits(dirty_pages, start, end, mark);
4599 while (start <= end) {
4600 eb = find_extent_buffer(fs_info, start);
4601 start += fs_info->nodesize;
4619 u64 start;
4633 ret = find_first_extent_bit(unpin, 0, &start, &end,
4640 clear_extent_dirty(unpin, start, end, &cached_state);
4642 btrfs_error_unpin_extent_range(fs_info, start, end);