Lines Matching refs:stripe_offset
3439 u64 stripe_offset; in chunk_drange_filter() local
3456 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
3460 if (stripe_offset < bargs->pend && in chunk_drange_filter()
3461 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
5590 u64 stripe_offset; in __btrfs_map_block_for_discard() local
5627 stripe_offset = offset - stripe_nr * stripe_len; in __btrfs_map_block_for_discard()
5674 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block_for_discard()
5696 stripe_offset; in __btrfs_map_block_for_discard()
5705 stripe_offset = 0; in __btrfs_map_block_for_discard()
5921 u64 stripe_offset; in btrfs_get_io_geometry() local
5942 stripe_offset = stripe_nr * stripe_len; in btrfs_get_io_geometry()
5943 if (offset < stripe_offset) { in btrfs_get_io_geometry()
5946 stripe_offset, offset, em->start, logical, stripe_len); in btrfs_get_io_geometry()
5952 stripe_offset = offset - stripe_offset; in btrfs_get_io_geometry()
5956 u64 max_len = stripe_len - stripe_offset; in btrfs_get_io_geometry()
5992 io_geom->stripe_offset = stripe_offset; in btrfs_get_io_geometry()
6009 u64 stripe_offset; in __btrfs_map_block() local
6042 stripe_offset = geom.stripe_offset; in __btrfs_map_block()
6126 stripe_offset = 0; in __btrfs_map_block()
6179 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block()