Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dcheck-integrity.c303 *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()
[all …]
Dextent-tree.c3297 const u64 next_bytenr = cache->key.objectid + cache->key.offset; in next_block_group() local
3301 cache = btrfs_lookup_first_block_group(fs_info, next_bytenr); return cache; in next_block_group()