Home
last modified time | relevance | path

Searched refs:copy_num (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/btrfs/
Ddisk-io.h58 int btrfs_read_dev_one_super(struct block_device *bdev, int copy_num,
Dvolumes.c7564 int copy_num; in btrfs_scratch_superblocks() local
7569 for (copy_num = 0; copy_num < BTRFS_SUPER_MIRROR_MAX; in btrfs_scratch_superblocks()
7570 copy_num++) { in btrfs_scratch_superblocks()
7572 if (btrfs_read_dev_one_super(bdev, copy_num, &bh)) in btrfs_scratch_superblocks()
Ddisk-io.c3408 int btrfs_read_dev_one_super(struct block_device *bdev, int copy_num, in btrfs_read_dev_one_super() argument
3415 bytenr = btrfs_sb_offset(copy_num); in btrfs_read_dev_one_super()