Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.c5487 u64 physical_of_found = 0; in get_extra_mirror_from_replace() local
5523 physical_of_found <= bbio->stripes[i].physical) in get_extra_mirror_from_replace()
5528 physical_of_found = bbio->stripes[i].physical; in get_extra_mirror_from_replace()
5538 *physical = physical_of_found; in get_extra_mirror_from_replace()
5590 u64 physical_of_found = 0; in handle_ops_on_dev_replace() local
5607 physical_of_found <= in handle_ops_on_dev_replace()
5612 physical_of_found = bbio->stripes[i].physical; in handle_ops_on_dev_replace()
5619 tgtdev_stripe->physical = physical_of_found; in handle_ops_on_dev_replace()