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