Lines Matching refs:stripe_offset
3479 u64 stripe_offset; in chunk_drange_filter() local
3496 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
3500 if (stripe_offset < bargs->pend && in chunk_drange_filter()
3501 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
5598 u64 stripe_offset; in __btrfs_map_block_for_discard() local
5634 stripe_offset = offset - stripe_nr * stripe_len; in __btrfs_map_block_for_discard()
5681 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block_for_discard()
5703 stripe_offset; in __btrfs_map_block_for_discard()
5712 stripe_offset = 0; in __btrfs_map_block_for_discard()
5928 u64 stripe_offset; in btrfs_get_io_geometry() local
5949 stripe_offset = stripe_nr * stripe_len; in btrfs_get_io_geometry()
5950 if (offset < stripe_offset) { in btrfs_get_io_geometry()
5953 stripe_offset, offset, em->start, logical, stripe_len); in btrfs_get_io_geometry()
5959 stripe_offset = offset - stripe_offset; in btrfs_get_io_geometry()
5963 u64 max_len = stripe_len - stripe_offset; in btrfs_get_io_geometry()
5999 io_geom->stripe_offset = stripe_offset; in btrfs_get_io_geometry()
6016 u64 stripe_offset; in __btrfs_map_block() local
6052 stripe_offset = geom.stripe_offset; in __btrfs_map_block()
6136 stripe_offset = 0; in __btrfs_map_block()
6219 stripe_offset + in __btrfs_map_block()