Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dzoned.c2069 if (physical < bbio->orig_physical) in btrfs_record_physical_zoned()
2070 sum->logical -= bbio->orig_physical - physical; in btrfs_record_physical_zoned()
2072 sum->logical += physical - bbio->orig_physical; in btrfs_record_physical_zoned()
H A Dscrub.c2398 const u64 orig_physical = map->stripes[stripe_index].physical; in scrub_simple_stripe() local
2402 u64 cur_physical = orig_physical; in scrub_simple_stripe()