Lines Matching refs:next_bytenr
303 *block_ctx, u64 next_bytenr,
678 u64 next_bytenr; in btrfsic_process_superblock() local
682 next_bytenr = btrfs_super_root(selected_super); in btrfsic_process_superblock()
685 pr_info("root@%llu\n", next_bytenr); in btrfsic_process_superblock()
688 next_bytenr = btrfs_super_chunk_root(selected_super); in btrfsic_process_superblock()
691 pr_info("chunk@%llu\n", next_bytenr); in btrfsic_process_superblock()
694 next_bytenr = btrfs_super_log_root(selected_super); in btrfsic_process_superblock()
695 if (0 == next_bytenr) in btrfsic_process_superblock()
699 pr_info("log@%llu\n", next_bytenr); in btrfsic_process_superblock()
703 num_copies = btrfs_num_copies(fs_info, next_bytenr, in btrfsic_process_superblock()
707 next_bytenr, num_copies); in btrfsic_process_superblock()
714 ret = btrfsic_map_block(state, next_bytenr, in btrfsic_process_superblock()
720 next_bytenr, mirror_num); in btrfsic_process_superblock()
843 u64 next_bytenr; in btrfsic_process_superblock_dev_mirror() local
856 next_bytenr = btrfs_super_root(super_tmp); in btrfsic_process_superblock_dev_mirror()
862 next_bytenr = btrfs_super_chunk_root(super_tmp); in btrfsic_process_superblock_dev_mirror()
868 next_bytenr = btrfs_super_log_root(super_tmp); in btrfsic_process_superblock_dev_mirror()
869 if (0 == next_bytenr) in btrfsic_process_superblock_dev_mirror()
874 num_copies = btrfs_num_copies(fs_info, next_bytenr, in btrfsic_process_superblock_dev_mirror()
878 next_bytenr, num_copies); in btrfsic_process_superblock_dev_mirror()
884 if (btrfsic_map_block(state, next_bytenr, in btrfsic_process_superblock_dev_mirror()
889 next_bytenr, mirror_num); in btrfsic_process_superblock_dev_mirror()
1020 u64 next_bytenr; in btrfsic_process_metablock() local
1031 next_bytenr = btrfs_root_bytenr(&root_item); in btrfsic_process_metablock()
1038 next_bytenr, in btrfsic_process_metablock()
1117 u64 next_bytenr; in btrfsic_process_metablock() local
1131 next_bytenr = btrfs_stack_key_blockptr(&key_ptr); in btrfsic_process_metablock()
1137 next_bytenr, in btrfsic_process_metablock()
1231 u64 next_bytenr, in btrfsic_create_link_to_next_block() argument
1249 *num_copiesp = btrfs_num_copies(fs_info, next_bytenr, in btrfsic_create_link_to_next_block()
1253 next_bytenr, *num_copiesp); in btrfsic_create_link_to_next_block()
1263 ret = btrfsic_map_block(state, next_bytenr, in btrfsic_create_link_to_next_block()
1268 next_bytenr, *mirror_nump); in btrfsic_create_link_to_next_block()
1290 if (next_block->logical_bytenr != next_bytenr && in btrfsic_create_link_to_next_block()
1294 next_bytenr, next_block_ctx->dev->name, in btrfsic_create_link_to_next_block()
1301 next_bytenr, next_block_ctx->dev->name, in btrfsic_create_link_to_next_block()
1306 next_block->logical_bytenr = next_bytenr; in btrfsic_create_link_to_next_block()
1355 next_bytenr); in btrfsic_create_link_to_next_block()
1379 u64 next_bytenr; in btrfsic_handle_extent_data() local
1417 next_bytenr = btrfs_stack_file_extent_disk_bytenr(&file_extent_item); in btrfsic_handle_extent_data()
1420 next_bytenr += btrfs_stack_file_extent_offset(&file_extent_item); in btrfsic_handle_extent_data()
1443 num_copies = btrfs_num_copies(fs_info, next_bytenr, in btrfsic_handle_extent_data()
1447 next_bytenr, num_copies); in btrfsic_handle_extent_data()
1458 next_bytenr, chunk_len); in btrfsic_handle_extent_data()
1459 ret = btrfsic_map_block(state, next_bytenr, in btrfsic_handle_extent_data()
1464 next_bytenr, mirror_num); in btrfsic_handle_extent_data()
1485 next_block->logical_bytenr != next_bytenr && in btrfsic_handle_extent_data()
1489 next_bytenr, in btrfsic_handle_extent_data()
1495 next_block->logical_bytenr = next_bytenr; in btrfsic_handle_extent_data()
1508 next_bytenr += chunk_len; in btrfsic_handle_extent_data()
2213 u64 next_bytenr; in btrfsic_process_written_superblock() local
2231 next_bytenr = btrfs_super_root(super_hdr); in btrfsic_process_written_superblock()
2234 pr_info("root@%llu\n", next_bytenr); in btrfsic_process_written_superblock()
2240 next_bytenr = btrfs_super_chunk_root(super_hdr); in btrfsic_process_written_superblock()
2243 pr_info("chunk@%llu\n", next_bytenr); in btrfsic_process_written_superblock()
2249 next_bytenr = btrfs_super_log_root(super_hdr); in btrfsic_process_written_superblock()
2250 if (0 == next_bytenr) in btrfsic_process_written_superblock()
2254 pr_info("log@%llu\n", next_bytenr); in btrfsic_process_written_superblock()
2258 num_copies = btrfs_num_copies(fs_info, next_bytenr, in btrfsic_process_written_superblock()
2262 next_bytenr, num_copies); in btrfsic_process_written_superblock()
2268 ret = btrfsic_map_block(state, next_bytenr, in btrfsic_process_written_superblock()
2274 next_bytenr, mirror_num); in btrfsic_process_written_superblock()