Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dzoned.c1858 if (physical < bbio->orig_physical) in btrfs_record_physical_zoned()
1859 sum->logical -= bbio->orig_physical - physical; in btrfs_record_physical_zoned()
1861 sum->logical += physical - bbio->orig_physical; in btrfs_record_physical_zoned()
H A Dscrub.c2422 const u64 orig_physical = map->stripes[stripe_index].physical; in scrub_simple_stripe() local
2425 u64 cur_physical = orig_physical; in scrub_simple_stripe()