Lines Matching refs:stripe_c
28 struct stripe_c { struct
53 struct stripe_c *sc = container_of(work, struct stripe_c, in trigger_event() argument
58 static inline struct stripe_c *alloc_context(unsigned int stripes) in alloc_context()
62 if (dm_array_too_big(sizeof(struct stripe_c), sizeof(struct stripe), in alloc_context()
66 len = sizeof(struct stripe_c) + (sizeof(struct stripe) * stripes); in alloc_context()
74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe()
100 struct stripe_c *sc; in stripe_ctr()
207 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_dtr()
216 static void stripe_map_sector(struct stripe_c *sc, sector_t sector, in stripe_map_sector()
244 static void stripe_map_range_sector(struct stripe_c *sc, sector_t sector, in stripe_map_range_sector()
264 static int stripe_map_range(struct stripe_c *sc, struct bio *bio, in stripe_map_range()
288 struct stripe_c *sc = ti->private; in stripe_map()
321 struct stripe_c *sc = ti->private; in stripe_dax_direct_access()
342 struct stripe_c *sc = ti->private; in stripe_dax_copy_from_iter()
361 struct stripe_c *sc = ti->private; in stripe_dax_copy_to_iter()
398 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_status()
430 struct stripe_c *sc = ti->private; in stripe_end_io()
464 struct stripe_c *sc = ti->private; in stripe_iterate_devices()
480 struct stripe_c *sc = ti->private; in stripe_io_hints()