Home
last modified time | relevance | path

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

/fs/btrfs/
Dzoned.h69 u64 physical_start, u64 physical_pos);
198 u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
Dzoned.c1581 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
1589 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
1598 if (physical_pos == wp) in btrfs_sync_zone_write_pointer()
1601 if (physical_pos > wp) in btrfs_sync_zone_write_pointer()
1604 length = wp - physical_pos; in btrfs_sync_zone_write_pointer()
1605 return btrfs_zoned_issue_zeroout(tgt_dev, physical_pos, length); in btrfs_sync_zone_write_pointer()