Home
last modified time | relevance | path

Searched refs:next_bytenr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/btrfs/
Dcheck-integrity.c255 *block_ctx, u64 next_bytenr,
613 u64 next_bytenr; in btrfsic_process_superblock() local
617 next_bytenr = btrfs_super_root(selected_super); in btrfsic_process_superblock()
620 pr_info("root@%llu\n", next_bytenr); in btrfsic_process_superblock()
623 next_bytenr = btrfs_super_chunk_root(selected_super); in btrfsic_process_superblock()
626 pr_info("chunk@%llu\n", next_bytenr); in btrfsic_process_superblock()
629 next_bytenr = btrfs_super_log_root(selected_super); in btrfsic_process_superblock()
630 if (0 == next_bytenr) in btrfsic_process_superblock()
634 pr_info("log@%llu\n", next_bytenr); in btrfsic_process_superblock()
638 num_copies = btrfs_num_copies(state->fs_info, next_bytenr, in btrfsic_process_superblock()
[all …]
Dblock-group.c270 const u64 next_bytenr = cache->start + cache->length; in btrfs_next_block_group() local
274 return btrfs_lookup_first_block_group(fs_info, next_bytenr); in btrfs_next_block_group()