Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dzoned.h70 u64 physical_start, u64 physical_pos);
209 u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
Dzoned.c1929 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
1937 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
1946 if (physical_pos == wp) in btrfs_sync_zone_write_pointer()
1949 if (physical_pos > wp) in btrfs_sync_zone_write_pointer()
1952 length = wp - physical_pos; in btrfs_sync_zone_write_pointer()
1953 return btrfs_zoned_issue_zeroout(tgt_dev, physical_pos, length); in btrfs_sync_zone_write_pointer()