Lines Matching defs:next_bytenr
299 *block_ctx, u64 next_bytenr,
668 u64 next_bytenr;
672 next_bytenr = btrfs_super_root(selected_super);
675 pr_info("root@%llu\n", next_bytenr);
678 next_bytenr = btrfs_super_chunk_root(selected_super);
681 pr_info("chunk@%llu\n", next_bytenr);
684 next_bytenr = btrfs_super_log_root(selected_super);
685 if (0 == next_bytenr)
689 pr_info("log@%llu\n", next_bytenr);
693 num_copies = btrfs_num_copies(state->fs_info, next_bytenr,
697 next_bytenr, num_copies);
704 ret = btrfsic_map_block(state, next_bytenr,
710 next_bytenr, mirror_num);
834 u64 next_bytenr;
847 next_bytenr = btrfs_super_root(super_tmp);
853 next_bytenr = btrfs_super_chunk_root(super_tmp);
859 next_bytenr = btrfs_super_log_root(super_tmp);
860 if (0 == next_bytenr)
865 num_copies = btrfs_num_copies(fs_info, next_bytenr,
869 next_bytenr, num_copies);
875 if (btrfsic_map_block(state, next_bytenr,
880 next_bytenr, mirror_num);
1010 u64 next_bytenr;
1021 next_bytenr = btrfs_root_bytenr(&root_item);
1028 next_bytenr,
1107 u64 next_bytenr;
1121 next_bytenr = btrfs_stack_key_blockptr(&key_ptr);
1127 next_bytenr,
1221 u64 next_bytenr,
1239 *num_copiesp = btrfs_num_copies(fs_info, next_bytenr,
1243 next_bytenr, *num_copiesp);
1253 ret = btrfsic_map_block(state, next_bytenr,
1258 next_bytenr, *mirror_nump);
1280 if (next_block->logical_bytenr != next_bytenr &&
1284 next_bytenr, next_block_ctx->dev->name,
1291 next_bytenr, next_block_ctx->dev->name,
1296 next_block->logical_bytenr = next_bytenr;
1344 next_bytenr);
1368 u64 next_bytenr;
1406 next_bytenr = btrfs_stack_file_extent_disk_bytenr(&file_extent_item);
1409 next_bytenr += btrfs_stack_file_extent_offset(&file_extent_item);
1432 num_copies = btrfs_num_copies(fs_info, next_bytenr,
1436 next_bytenr, num_copies);
1447 next_bytenr, chunk_len);
1448 ret = btrfsic_map_block(state, next_bytenr,
1453 next_bytenr, mirror_num);
1473 next_block->logical_bytenr != next_bytenr &&
1477 next_bytenr,
1483 next_block->logical_bytenr = next_bytenr;
1496 next_bytenr += chunk_len;
2156 u64 next_bytenr;
2174 next_bytenr = btrfs_super_root(super_hdr);
2177 pr_info("root@%llu\n", next_bytenr);
2183 next_bytenr = btrfs_super_chunk_root(super_hdr);
2186 pr_info("chunk@%llu\n", next_bytenr);
2192 next_bytenr = btrfs_super_log_root(super_hdr);
2193 if (0 == next_bytenr)
2197 pr_info("log@%llu\n", next_bytenr);
2201 num_copies = btrfs_num_copies(fs_info, next_bytenr,
2205 next_bytenr, num_copies);
2211 ret = btrfsic_map_block(state, next_bytenr,
2217 next_bytenr, mirror_num);