Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dzoned.h204 static inline bool btrfs_dev_is_sequential(struct btrfs_device *device, u64 pos) in btrfs_dev_is_sequential() function
275 return device->zone_info == NULL || !btrfs_dev_is_sequential(device, pos); in btrfs_check_super_location()
283 if (!btrfs_dev_is_sequential(device, physical)) in btrfs_can_zone_reset()
Dzoned.c861 if (btrfs_dev_is_sequential(device, pos) && in btrfs_find_allocatable_zones()
947 if (!btrfs_dev_is_sequential(device, pos) || in btrfs_ensure_empty_zones()
1086 is_sequential = btrfs_dev_is_sequential(device, physical); in btrfs_load_block_group_zone_info()
1433 if (!btrfs_dev_is_sequential(device, physical)) in btrfs_zoned_issue_zeroout()
1494 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
Dscrub.c1630 if (!btrfs_dev_is_sequential(sctx->wr_tgtdev, physical)) in fill_writer_pointer_gap()
3300 btrfs_dev_is_sequential(sctx->wr_tgtdev, physical)) { in scrub_stripe()
Dvolumes.c6645 if (btrfs_dev_is_sequential(dev, physical)) { in submit_stripe_bio()