// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2001-2002 Sistina Software (UK) Limited. * Copyright (C) 2006-2008 Red Hat GmbH * * This file is released under the GPL.
*/
/* *--------------------------------------------------------------- * Implementation of the store for non-persistent snapshots. *---------------------------------------------------------------
*/ struct transient_c {
sector_t next_free;
};
switch (status) { case STATUSTYPE_INFO: break; case STATUSTYPE_TABLE:
DMEMIT(" N %llu", (unsignedlonglong)store->chunk_size); break; case STATUSTYPE_IMA:
*result = '\0'; break;
}
r = dm_exception_store_type_register(&_transient_type); if (r) {
DMWARN("Unable to register transient exception store type"); return r;
}
r = dm_exception_store_type_register(&_transient_compat_type); if (r) {
DMWARN("Unable to register old-style transient exception store type");
dm_exception_store_type_unregister(&_transient_type); return r;
}
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.