Lines Matching refs:stripe_offset
47 u64 stripe_offset; member
3852 u64 stripe_offset; in chunk_drange_filter() local
3869 stripe_offset = btrfs_stripe_offset(leaf, stripe); in chunk_drange_filter()
3873 if (stripe_offset < bargs->pend && in chunk_drange_filter()
3874 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
5979 u64 stripe_offset; in btrfs_map_discard() local
6010 stripe_offset = offset - btrfs_stripe_nr_to_offset(stripe_nr); in btrfs_map_discard()
6058 stripe_offset + btrfs_stripe_nr_to_offset(stripe_nr); in btrfs_map_discard()
6077 stripes[i].length -= stripe_offset; in btrfs_map_discard()
6085 stripe_offset = 0; in btrfs_map_discard()
6204 io_geom->stripe_offset = offset & BTRFS_STRIPE_LEN_MASK; in btrfs_max_io_len()
6206 ASSERT(io_geom->stripe_offset < U32_MAX); in btrfs_max_io_len()
6239 return BTRFS_STRIPE_LEN - io_geom->stripe_offset; in btrfs_max_io_len()
6257 io_geom->stripe_offset + in set_io_stripe()
6384 io_geom->stripe_offset = 0; in map_blocks_raid56_write()
6593 io_geom.stripe_offset + in btrfs_map_block()