Searched refs:dm_target_spec (Results 1 – 2 of 2) sorted by relevance
1388 struct dm_target_spec *spec; in retrieve_status()1410 if (remaining <= sizeof(struct dm_target_spec)) { in retrieve_status()1415 spec = (struct dm_target_spec *) outptr; in retrieve_status()1423 outptr += sizeof(struct dm_target_spec); in retrieve_status()1520 static int next_target(struct dm_target_spec *last, uint32_t next, const char *end, in next_target()1521 struct dm_target_spec **spec, char **target_params) in next_target()1523 static_assert(__alignof__(struct dm_target_spec) <= 8, in next_target()1537 if (remaining - sizeof(struct dm_target_spec) <= next) { in next_target()1542 if (next % __alignof__(struct dm_target_spec)) { in next_target()1544 next, __alignof__(struct dm_target_spec)); in next_target()[all …]
153 struct dm_target_spec { struct