Searched refs:copy_num (Results 1 – 3 of 3) sorted by relevance
63 int btrfs_read_dev_one_super(struct block_device *bdev, int copy_num,
6869 int copy_num; in btrfs_scratch_superblocks() local6874 for (copy_num = 0; copy_num < BTRFS_SUPER_MIRROR_MAX; in btrfs_scratch_superblocks()6875 copy_num++) { in btrfs_scratch_superblocks()6877 if (btrfs_read_dev_one_super(bdev, copy_num, &bh)) in btrfs_scratch_superblocks()
3228 int btrfs_read_dev_one_super(struct block_device *bdev, int copy_num, in btrfs_read_dev_one_super() argument3235 bytenr = btrfs_sb_offset(copy_num); in btrfs_read_dev_one_super()