Lines Matching defs:e
1043 * the backing chain (i.e., the very base); however, the traditional
2344 " omit target volume creation (e.g. on rbd)\n"
3181 static int dump_map_entry(OutputFormat output_format, MapEntry *e,
3186 if (e->data && !e->has_offset) {
3190 if (e->data && !e->zero) {
3192 e->start, e->length,
3193 e->has_offset ? e->offset : 0,
3194 e->filename ?: "");
3208 e->start, e->length, e->depth,
3209 e->present ? "true" : "false",
3210 e->zero ? "true" : "false",
3211 e->data ? "true" : "false",
3212 e->compressed ? "true" : "false");
3213 if (e->has_offset) {
3214 printf(", \"offset\": %"PRId64"", e->offset);
3227 int64_t bytes, MapEntry *e)
3271 *e = (MapEntry) {
5561 * size and create an empty output disk image (i.e. like dd(1)).