Lines Matching refs:stripe_offset
3533 u64 stripe_offset;
3550 stripe_offset = btrfs_stripe_offset(leaf, stripe);
3554 if (stripe_offset < bargs->pend &&
3555 stripe_offset + stripe_length > bargs->pstart)
5687 u64 stripe_offset;
5723 /* stripe_offset is the offset of this block in its stripe */
5724 stripe_offset = offset - stripe_nr * stripe_len;
5771 stripe_offset + stripe_nr * map->stripe_len;
5793 stripe_offset;
5802 stripe_offset = 0;
6018 u64 stripe_offset;
6039 stripe_offset = stripe_nr * stripe_len;
6040 if (offset < stripe_offset) {
6042 "stripe math has gone wrong, stripe_offset=%llu offset=%llu start=%llu logical=%llu stripe_len=%llu",
6043 stripe_offset, offset, em->start, logical, stripe_len);
6048 /* stripe_offset is the offset of this block in its stripe */
6049 stripe_offset = offset - stripe_offset;
6053 u64 max_len = stripe_len - stripe_offset;
6089 io_geom->stripe_offset = stripe_offset;
6106 u64 stripe_offset;
6139 stripe_offset = geom.stripe_offset;
6223 stripe_offset = 0;
6276 stripe_offset + stripe_nr * map->stripe_len;