Lines Matching defs:stripe_offset
46 u64 stripe_offset;
3891 u64 stripe_offset;
3908 stripe_offset = btrfs_stripe_offset(leaf, stripe);
3912 if (stripe_offset < bargs->pend &&
3913 stripe_offset + stripe_length > bargs->pstart)
6077 u64 stripe_offset;
6107 /* stripe_offset is the offset of this block in its stripe */
6108 stripe_offset = offset - btrfs_stripe_nr_to_offset(stripe_nr);
6156 stripe_offset + btrfs_stripe_nr_to_offset(stripe_nr);
6175 stripes[i].length -= stripe_offset;
6183 stripe_offset = 0;
6300 * Stripe_nr is the stripe where this block falls. stripe_offset is
6303 io_geom->stripe_offset = offset & BTRFS_STRIPE_LEN_MASK;
6305 ASSERT(io_geom->stripe_offset < U32_MAX,
6306 "stripe_offset=%llu", io_geom->stripe_offset);
6343 return BTRFS_STRIPE_LEN - io_geom->stripe_offset;
6360 io_geom->stripe_offset +
6487 io_geom->stripe_offset = 0;
6699 io_geom.stripe_offset +