Lines Matching refs:stripe_offset
3524 u64 stripe_offset; in chunk_drange_filter() local
3541 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
3545 if (stripe_offset < bargs->pend && in chunk_drange_filter()
3546 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
5679 u64 stripe_offset; in __btrfs_map_block_for_discard() local
5716 stripe_offset = offset - stripe_nr * stripe_len; in __btrfs_map_block_for_discard()
5763 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block_for_discard()
5785 stripe_offset; in __btrfs_map_block_for_discard()
5794 stripe_offset = 0; in __btrfs_map_block_for_discard()
6010 u64 stripe_offset; in btrfs_get_io_geometry() local
6031 stripe_offset = stripe_nr * stripe_len; in btrfs_get_io_geometry()
6032 if (offset < stripe_offset) { in btrfs_get_io_geometry()
6035 stripe_offset, offset, em->start, logical, stripe_len); in btrfs_get_io_geometry()
6041 stripe_offset = offset - stripe_offset; in btrfs_get_io_geometry()
6045 u64 max_len = stripe_len - stripe_offset; in btrfs_get_io_geometry()
6081 io_geom->stripe_offset = stripe_offset; in btrfs_get_io_geometry()
6098 u64 stripe_offset; in __btrfs_map_block() local
6131 stripe_offset = geom.stripe_offset; in __btrfs_map_block()
6215 stripe_offset = 0; in __btrfs_map_block()
6268 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block()