Searched refs:next_bytenr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | check-integrity.c | 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() 834 u64 next_bytenr; btrfsic_process_superblock_dev_mirror() local 1010 u64 next_bytenr; btrfsic_process_metablock() local 1107 u64 next_bytenr; btrfsic_process_metablock() local 1217 btrfsic_create_link_to_next_block( struct btrfsic_state *state, struct btrfsic_block *block, struct btrfsic_block_data_ctx *block_ctx, u64 next_bytenr, int limit_nesting, struct btrfsic_block_data_ctx *next_block_ctx, struct btrfsic_block **next_blockp, int force_iodone_flag, int *num_copiesp, int *mirror_nump, struct btrfs_disk_key *disk_key, u64 parent_generation) btrfsic_create_link_to_next_block() argument 1368 u64 next_bytenr; btrfsic_handle_extent_data() local 2156 u64 next_bytenr; btrfsic_process_written_superblock() local [all...] |
H A D | block-group.c | 269 const u64 next_bytenr = cache->start + cache->length; in btrfs_next_block_group() local 273 cache = btrfs_lookup_first_block_group(fs_info, next_bytenr); return cache; in btrfs_next_block_group()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | check-integrity.c | 257 *block_ctx, u64 next_bytenr, 615 u64 next_bytenr; in btrfsic_process_superblock() local 619 next_bytenr = btrfs_super_root(selected_super); in btrfsic_process_superblock() 622 pr_info("root@%llu\n", next_bytenr); in btrfsic_process_superblock() 625 next_bytenr = btrfs_super_chunk_root(selected_super); in btrfsic_process_superblock() 628 pr_info("chunk@%llu\n", next_bytenr); in btrfsic_process_superblock() 631 next_bytenr = btrfs_super_log_root(selected_super); in btrfsic_process_superblock() 632 if (0 == next_bytenr) in btrfsic_process_superblock() 636 pr_info("log@%llu\n", next_bytenr); in btrfsic_process_superblock() 640 num_copies = btrfs_num_copies(state->fs_info, next_bytenr, in btrfsic_process_superblock() 781 u64 next_bytenr; btrfsic_process_superblock_dev_mirror() local 958 u64 next_bytenr; btrfsic_process_metablock() local 1055 u64 next_bytenr; btrfsic_process_metablock() local 1166 btrfsic_create_link_to_next_block( struct btrfsic_state *state, struct btrfsic_block *block, struct btrfsic_block_data_ctx *block_ctx, u64 next_bytenr, int limit_nesting, struct btrfsic_block_data_ctx *next_block_ctx, struct btrfsic_block **next_blockp, int force_iodone_flag, int *num_copiesp, int *mirror_nump, struct btrfs_disk_key *disk_key, u64 parent_generation) btrfsic_create_link_to_next_block() argument 1319 u64 next_bytenr; btrfsic_handle_extent_data() local 2120 u64 next_bytenr; btrfsic_process_written_superblock() local [all...] |
H A D | block-group.c | 284 const u64 next_bytenr = cache->start + cache->length; in btrfs_next_block_group() local 288 return btrfs_lookup_first_block_group(fs_info, next_bytenr); in btrfs_next_block_group()
|
Completed in 14 milliseconds