/* SPDX-License-Identifier: GPL-2.0-only */ /* * Internal header file for device mapper * * Copyright (C) 2016 Red Hat, Inc. All rights reserved. * * This file is released under the LGPL.
*/
#ifndef DM_RQ_INTERNAL_H #define DM_RQ_INTERNAL_H
#include <linux/bio.h> #include <linux/kthread.h>
#include"dm-stats.h"
struct mapped_device;
/* * For request-based dm - the bio clones we allocate are embedded in these * structs. * * We allocate these with bio_alloc_bioset, using the front_pad parameter when * the bioset is created - this means the bio has to come at the end of the * struct.
*/ struct dm_rq_clone_bio_info { struct bio *orig; struct dm_rq_target_io *tio; struct bio clone;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.