/* * Only used for holding the journal entries we read in btree_journal_read() * during cache_registration
*/ struct journal_replay {
DARRAY_PREALLOCATED(struct journal_ptr, 8) ptrs;
bool csum_good; bool ignore_blacklisted; bool ignore_not_dirty; /* must be last: */ struct jset j;
};
memset(entry, 0, u64s * sizeof(u64)); /* * The u64s field counts from the start of data, ignoring the shared * fields.
*/
entry->u64s = cpu_to_le16(u64s - 1);
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.