Lines Matching refs:start

86 	kaddr = page_address(buf->pages[0]) + offset_in_page(buf->start);
119 eb->start, eb->read_mirror,
178 u64 start = max_t(u64, eb->start, page_offset(p));
179 u64 end = min_t(u64, eb->start + eb->len, page_offset(p) + PAGE_SIZE);
180 u32 len = end - start;
182 ret = btrfs_repair_io_failure(fs_info, 0, start, len,
183 start, p, offset_in_page(start), mirror_num);
217 eb->start, eb->len);
252 if (WARN_ON_ONCE(bbio->file_offset != eb->start))
262 if (WARN_ON_ONCE(found_start != eb->start))
264 if (WARN_ON(!btrfs_page_test_uptodate(fs_info, eb->pages[0], eb->start,
289 eb->start, btrfs_header_generation(eb),
299 eb->start);
350 if (found_start != eb->start) {
352 "bad tree block start, mirror %u want %llu have %llu",
353 eb->read_mirror, eb->start, found_start);
359 eb->start, eb->read_mirror);
367 eb->read_mirror, btrfs_header_level(eb), eb->start);
379 eb->start, eb->read_mirror,
390 eb->start, eb->read_mirror, check->level, found_level);
398 eb->start, eb->read_mirror, check->transid,
414 eb->start, check->transid,
445 eb->start, eb->read_mirror);
877 btrfs_set_root_bytenr(&root->root_item, leaf->start);
1063 root->root_key.objectid, root->node->start,
1644 btrfs_set_backup_tree_root(root_backup, info->tree_root->node->start);
1651 btrfs_set_backup_chunk_root(root_backup, info->chunk_root->node->start);
1662 extent_root->node->start);
1668 btrfs_set_backup_csum_root(root_backup, csum_root->node->start);
1681 info->fs_root->node->start);
1688 btrfs_set_backup_dev_root(root_backup, info->dev_root->node->start);
2867 btrfs_warn(fs_info, "failed to start uuid_rescan task");
3182 /* These need to be init'ed before we start creating inodes and such. */
3544 btrfs_info(fs_info, "start tree-log replay");
3583 /* Kick the cleaner thread so it'll start deleting snapshots. */
4285 * We don't want the cleaner to start new transactions, add more delayed
4456 buf->start, transid, fs_info->generation);
4587 * extents that haven't had their dirty pages IO start writeout yet
4729 u64 start = 0;
4732 while (find_first_extent_bit(dirty_pages, start, &start, &end,
4734 clear_extent_bits(dirty_pages, start, end, mark);
4735 while (start <= end) {
4736 eb = find_extent_buffer(fs_info, start);
4737 start += fs_info->nodesize;
4754 u64 start;
4767 if (!find_first_extent_bit(unpin, 0, &start, &end,
4773 clear_extent_dirty(unpin, start, end, &cached_state);
4775 btrfs_error_unpin_extent_range(fs_info, start, end);