Home
last modified time | relevance | path

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

/fs/btrfs/
Dzoned.h282 static inline bool btrfs_dev_is_sequential(struct btrfs_device *device, u64 pos) in btrfs_dev_is_sequential() function
353 return device->zone_info == NULL || !btrfs_dev_is_sequential(device, pos); in btrfs_check_super_location()
361 if (!btrfs_dev_is_sequential(device, physical)) in btrfs_can_zone_reset()
Dzoned.c1054 if (btrfs_dev_is_sequential(device, pos) && in btrfs_find_allocatable_zones()
1176 if (!btrfs_dev_is_sequential(device, pos) || in btrfs_ensure_empty_zones()
1357 is_sequential = btrfs_dev_is_sequential(device, physical[i]); in btrfs_load_block_group_zone_info()
1762 if (!btrfs_dev_is_sequential(device, physical)) in btrfs_zoned_issue_zeroout()
1826 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
Dscrub.c1782 if (!btrfs_dev_is_sequential(sctx->wr_tgtdev, physical)) in fill_writer_pointer_gap()
3642 btrfs_dev_is_sequential(sctx->wr_tgtdev, physical)) { in scrub_stripe()
Dvolumes.c6873 if (btrfs_dev_is_sequential(dev, physical)) { in btrfs_submit_dev_bio()