Lines Matching refs:stripe_offset
3602 u64 stripe_offset; in chunk_drange_filter() local
3619 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
3623 if (stripe_offset < bargs->pend && in chunk_drange_filter()
3624 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
5874 u64 stripe_offset; in __btrfs_map_block_for_discard() local
5911 stripe_offset = offset - stripe_nr * stripe_len; in __btrfs_map_block_for_discard()
5958 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block_for_discard()
5980 stripe_offset; in __btrfs_map_block_for_discard()
5989 stripe_offset = 0; in __btrfs_map_block_for_discard()
6233 u64 stripe_offset; in btrfs_get_io_geometry() local
6249 stripe_offset = stripe_nr * stripe_len; in btrfs_get_io_geometry()
6250 if (offset < stripe_offset) { in btrfs_get_io_geometry()
6253 stripe_offset, offset, em->start, logical, stripe_len); in btrfs_get_io_geometry()
6258 stripe_offset = offset - stripe_offset; in btrfs_get_io_geometry()
6262 u64 max_len = stripe_len - stripe_offset; in btrfs_get_io_geometry()
6298 io_geom->stripe_offset = stripe_offset; in btrfs_get_io_geometry()
6312 u64 stripe_offset; in __btrfs_map_block() local
6346 stripe_offset = geom.stripe_offset; in __btrfs_map_block()
6430 stripe_offset = 0; in __btrfs_map_block()
6483 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block()