Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dzoned.h66 u64 physical_start, u64 physical_pos);
190 u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
Dzoned.c1486 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
1494 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
1503 if (physical_pos == wp) in btrfs_sync_zone_write_pointer()
1506 if (physical_pos > wp) in btrfs_sync_zone_write_pointer()
1509 length = wp - physical_pos; in btrfs_sync_zone_write_pointer()
1510 return btrfs_zoned_issue_zeroout(tgt_dev, physical_pos, length); in btrfs_sync_zone_write_pointer()