Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c2228 static int scrub_simple_mirror(struct scrub_ctx *sctx, in scrub_simple_mirror() function
2345 * just RAID1, so we can reuse scrub_simple_mirror() to scrub in scrub_simple_stripe()
2348 ret = scrub_simple_mirror(sctx, bg, cur_logical, in scrub_simple_stripe()
2432 ret = scrub_simple_mirror(sctx, bg, bg->start, bg->length, in scrub_stripe()
2484 * We can reuse scrub_simple_mirror() here, as the repair part in scrub_stripe()
2487 ret = scrub_simple_mirror(sctx, bg, logical, BTRFS_STRIPE_LEN, in scrub_stripe()