Lines Matching refs:next_bytenr

257 		*block_ctx, u64 next_bytenr,
615 u64 next_bytenr;
619 next_bytenr = btrfs_super_root(selected_super);
622 pr_info("root@%llu\n", next_bytenr);
625 next_bytenr = btrfs_super_chunk_root(selected_super);
628 pr_info("chunk@%llu\n", next_bytenr);
631 next_bytenr = btrfs_super_log_root(selected_super);
632 if (0 == next_bytenr)
636 pr_info("log@%llu\n", next_bytenr);
640 num_copies = btrfs_num_copies(state->fs_info, next_bytenr,
644 next_bytenr, num_copies);
651 ret = btrfsic_map_block(state, next_bytenr,
657 next_bytenr, mirror_num);
781 u64 next_bytenr;
794 next_bytenr = btrfs_super_root(super_tmp);
800 next_bytenr = btrfs_super_chunk_root(super_tmp);
806 next_bytenr = btrfs_super_log_root(super_tmp);
807 if (0 == next_bytenr)
812 num_copies = btrfs_num_copies(fs_info, next_bytenr,
816 next_bytenr, num_copies);
822 if (btrfsic_map_block(state, next_bytenr,
827 next_bytenr, mirror_num);
958 u64 next_bytenr;
969 next_bytenr = btrfs_root_bytenr(&root_item);
976 next_bytenr,
1055 u64 next_bytenr;
1070 next_bytenr = btrfs_stack_key_blockptr(&key_ptr);
1076 next_bytenr,
1170 u64 next_bytenr,
1188 *num_copiesp = btrfs_num_copies(fs_info, next_bytenr,
1192 next_bytenr, *num_copiesp);
1202 ret = btrfsic_map_block(state, next_bytenr,
1207 next_bytenr, *mirror_nump);
1229 if (next_block->logical_bytenr != next_bytenr &&
1234 next_bytenr, next_block_ctx->dev->bdev,
1242 next_bytenr, next_block_ctx->dev->bdev,
1247 next_block->logical_bytenr = next_bytenr;
1295 next_bytenr);
1319 u64 next_bytenr;
1357 next_bytenr = btrfs_stack_file_extent_disk_bytenr(&file_extent_item);
1360 next_bytenr += btrfs_stack_file_extent_offset(&file_extent_item);
1383 num_copies = btrfs_num_copies(fs_info, next_bytenr,
1387 next_bytenr, num_copies);
1398 next_bytenr, chunk_len);
1399 ret = btrfsic_map_block(state, next_bytenr,
1404 next_bytenr, mirror_num);
1424 next_block->logical_bytenr != next_bytenr &&
1429 next_bytenr,
1435 next_block->logical_bytenr = next_bytenr;
1448 next_bytenr += chunk_len;
2120 u64 next_bytenr;
2138 next_bytenr = btrfs_super_root(super_hdr);
2141 pr_info("root@%llu\n", next_bytenr);
2147 next_bytenr = btrfs_super_chunk_root(super_hdr);
2150 pr_info("chunk@%llu\n", next_bytenr);
2156 next_bytenr = btrfs_super_log_root(super_hdr);
2157 if (0 == next_bytenr)
2161 pr_info("log@%llu\n", next_bytenr);
2165 num_copies = btrfs_num_copies(fs_info, next_bytenr,
2169 next_bytenr, num_copies);
2175 ret = btrfsic_map_block(state, next_bytenr,
2181 next_bytenr, mirror_num);