Lines Matching refs:stripe_offset
3496 u64 stripe_offset; in chunk_drange_filter() local
3513 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
3517 if (stripe_offset < bargs->pend && in chunk_drange_filter()
3518 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
5651 u64 stripe_offset; in __btrfs_map_block_for_discard() local
5688 stripe_offset = offset - stripe_nr * stripe_len; in __btrfs_map_block_for_discard()
5735 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block_for_discard()
5757 stripe_offset; in __btrfs_map_block_for_discard()
5766 stripe_offset = 0; in __btrfs_map_block_for_discard()
5982 u64 stripe_offset; in btrfs_get_io_geometry() local
6003 stripe_offset = stripe_nr * stripe_len; in btrfs_get_io_geometry()
6004 if (offset < stripe_offset) { in btrfs_get_io_geometry()
6007 stripe_offset, offset, em->start, logical, stripe_len); in btrfs_get_io_geometry()
6013 stripe_offset = offset - stripe_offset; in btrfs_get_io_geometry()
6017 u64 max_len = stripe_len - stripe_offset; in btrfs_get_io_geometry()
6053 io_geom->stripe_offset = stripe_offset; in btrfs_get_io_geometry()
6070 u64 stripe_offset; in __btrfs_map_block() local
6103 stripe_offset = geom.stripe_offset; in __btrfs_map_block()
6187 stripe_offset = 0; in __btrfs_map_block()
6240 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block()