Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dbio.h61 u64 orig_physical; member
Dzoned.c1659 if (physical < bbio->orig_physical) in btrfs_record_physical_zoned()
1660 sum->logical -= bbio->orig_physical - physical; in btrfs_record_physical_zoned()
1662 sum->logical += physical - bbio->orig_physical; in btrfs_record_physical_zoned()
Dbio.c504 btrfs_bio(bio)->orig_physical = smap->physical; in __btrfs_submit_bio()
Dscrub.c2101 const u64 orig_physical = map->stripes[stripe_index].physical; in scrub_simple_stripe() local
2104 u64 cur_physical = orig_physical; in scrub_simple_stripe()