Searched refs:next_bytenr (Results 1 – 2 of 2) sorted by relevance
315 *block_ctx, u64 next_bytenr,704 u64 next_bytenr; in btrfsic_process_superblock() local708 next_bytenr = btrfs_super_root(selected_super); in btrfsic_process_superblock()711 printk(KERN_INFO "root@%llu\n", next_bytenr); in btrfsic_process_superblock()714 next_bytenr = btrfs_super_chunk_root(selected_super); in btrfsic_process_superblock()717 printk(KERN_INFO "chunk@%llu\n", next_bytenr); in btrfsic_process_superblock()720 next_bytenr = btrfs_super_log_root(selected_super); in btrfsic_process_superblock()721 if (0 == next_bytenr) in btrfsic_process_superblock()725 printk(KERN_INFO "log@%llu\n", next_bytenr); in btrfsic_process_superblock()731 next_bytenr, state->metablock_size); in btrfsic_process_superblock()[all …]
3295 const u64 next_bytenr = cache->key.objectid + cache->key.offset; in next_block_group() local3300 next_bytenr); in next_block_group()