Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dbio.h61 u64 orig_physical; member
H A Dzoned.c1669 if (physical < bbio->orig_physical) in btrfs_record_physical_zoned()
1670 sum->logical -= bbio->orig_physical - physical; in btrfs_record_physical_zoned()
1672 sum->logical += physical - bbio->orig_physical; in btrfs_record_physical_zoned()
H A Dbio.c504 btrfs_bio(bio)->orig_physical = smap->physical; in __btrfs_submit_bio()
H A Dscrub.c2120 const u64 orig_physical = map->stripes[stripe_index].physical; in scrub_simple_stripe() local
2123 u64 cur_physical = orig_physical; in scrub_simple_stripe()