Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dbio.h63 u64 orig_physical; member
H A Dzoned.c1785 if (physical < bbio->orig_physical) in btrfs_record_physical_zoned()
1786 sum->logical -= bbio->orig_physical - physical; in btrfs_record_physical_zoned()
1788 sum->logical += physical - bbio->orig_physical; in btrfs_record_physical_zoned()
H A Dbio.c493 btrfs_bio(bio)->orig_physical = smap->physical; in btrfs_submit_bio()
H A Dscrub.c2225 const u64 orig_physical = map->stripes[stripe_index].physical; in scrub_simple_stripe() local
2228 u64 cur_physical = orig_physical; in scrub_simple_stripe()