/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2023 Red Hat
*/
#ifndef UDS_IO_FACTORY_H #define UDS_IO_FACTORY_H
#include <linux/dm-bufio.h>
/* * The I/O factory manages all low-level I/O operations to the underlying storage device. Its main * clients are the index layout and the volume. The buffered reader and buffered writer interfaces * are helpers for accessing data in a contiguous range of storage blocks.
*/
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.